COLOR #CE558E

HEX: #CE558E
RGB: (206,85,142)

Color info

#CE558E contains mainly red color. Web safe color of #CE558E is #CC6699 (or #C69).

RGB color model

#CE558E color RGB value is (206,85,142).

  • red value is 206;
  • green value is 85;
  • blue value is 142.
RGB:
(206,85,142)
(81%,33%,56%)

RGB channels and saturation

R 206 of 255 = 81%
G 85 of 255 = 33%
B 142 of 255 = 56%

206
85
142

R + G + B ~ 57%. #CE558E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 85 + 142 = 433 (100%)
R 206 of 433 ~ 47.58%
G 85 of 433 ~ 19.63%
B 142 of 433 ~ 32.79%

%47.58
%19.63
%32.79

CMYK color model

#CE558E color CMYK value is (0,59,31,19).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 31.07%
  • key color value is 19.22%
CMYK:
(0,59,31,19)
C0M59Y31K19 
(0%,59%,31%,19%)
(0.00/0.59/0.31/0.19)	

CMYK percentages

%0
%58.74
%31.07
%19.22

Codes

Color #CE558E in popluar color models

CE558E
RGB20685142
HSL332°55.25%57.06%
HSB/HSV332°58.74%80.78%
CMYK0.00%58.74%31.07%
19.22%

Color #CE558E in popluar number systems.

HEXCE558E
Decimal20685142
Binary11001110101010110001110
Octal316125216

Shades and tints

Shades of #CE558E

#CE558E
(206,85,142)
#BC4E82
(188,78,130)
#AA4776
(170,71,118)
#98406A
(152,64,106)
#86395E
(134,57,94)
#743252
(116,50,82)
#622B46
(98,43,70)
#50243A
(80,36,58)
#3E1D2E
(62,29,46)
#2C1622
(44,22,34)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #CE558E

#CE558E
(206,85,142)
#D26498
(210,100,152)
#D673A2
(214,115,162)
#DA82AC
(218,130,172)
#DE91B6
(222,145,182)
#E2A0C0
(226,160,192)
#E6AFCA
(230,175,202)
#EABED4
(234,190,212)
#EECDDE
(238,205,222)
#F2DCE8
(242,220,232)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE558E color. Also use rgb(206,85,142) instead hex code.

Text Font Color

.myTextColor { color: #CE558E; }

<p style="color:#CE558E">This sample text font color is #CE558E.</p>

This text font color is #CE558E.


Background Color

.myBgColor { background-color: #CE558E; }

<div style="background-color:#CE558E">Inner text</div>

This div background color is #CE558E.


Border color

.myBorderColor { border: 1px solid #CE558E; }

<div style="border:3px solid #CE558E">Div</div>

This div border color is #CE558E.


Opacity

.myOpacity80 { color: #CE558E; opacity: 0.8; }

<p style="color:#CE558E;opacity:0.8;">80%</p>

Text with #CE558E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CE558E;}

<p style="text-shadow: 3px 3px 1px #CE558E">Text here.</p>

This text has shadow with #CE558E color.

.textShadow {text-shadow: 3px 3px 1px #CE558E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CE558E, 5px 5px 20px red">Text here.</p>

This text has shadow with #CE558E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CE558E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CE558E, Direction=45, Strength=4)">Text</p>

This text has shadow with #CE558E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CE558E;
  -webkit-box-shadow:	1px 1px 3px 2px #CE558E;
  box-shadow:		1px 1px 3px 2px #CE558E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CE558E;
-webkit-box-shadow: 1px 1px 3px 2px #CE558E;
box-shadow:1px 1px 3px 2px #CE558E;">
Div content here</div>
This div box has shadow with color #CE558E.

Preview

Color preview on black background

This text has color #CE558E on black background.


Color preview on white background

This text has color #CE558E on white background.



Black color preview on #CE558E background

This text has black color on #CE558E background.


White color preview on #CE558E background

This text has white color on #CE558E background.