COLOR #CE5590

HEX: #CE5590
RGB: (206,85,144)

Color info

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

RGB color model

#CE5590 color RGB value is (206,85,144).

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

RGB channels and saturation

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

206
85
144

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

Portions of RGB colors in percentages

R + G + B =
206 + 85 + 144 = 435 (100%)
R 206 of 435 ~ 47.36%
G 85 of 435 ~ 19.54%
B 144 of 435 ~ 33.1%

%47.36
%19.54
%33.1

CMYK color model

#CE5590 color CMYK value is (0,59,30,19).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 30.10%
  • key color value is 19.22%
CMYK:
(0,59,30,19)
C0M59Y30K19 
(0%,59%,30%,19%)
(0.00/0.59/0.30/0.19)	

CMYK percentages

%0
%58.74
%30.1
%19.22

Codes

Color #CE5590 in popluar color models

CE5590
RGB20685144
HSL331°55.25%57.06%
HSB/HSV331°58.74%80.78%
CMYK0.00%58.74%30.10%
19.22%

Color #CE5590 in popluar number systems.

HEXCE5590
Decimal20685144
Binary11001110101010110010000
Octal316125220

Shades and tints

Shades of #CE5590

#CE5590
(206,85,144)
#BC4E83
(188,78,131)
#AA4776
(170,71,118)
#984069
(152,64,105)
#86395C
(134,57,92)
#74324F
(116,50,79)
#622B42
(98,43,66)
#502435
(80,36,53)
#3E1D28
(62,29,40)
#2C161B
(44,22,27)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #CE5590

#CE5590
(206,85,144)
#D2649A
(210,100,154)
#D673A4
(214,115,164)
#DA82AE
(218,130,174)
#DE91B8
(222,145,184)
#E2A0C2
(226,160,194)
#E6AFCC
(230,175,204)
#EABED6
(234,190,214)
#EECDE0
(238,205,224)
#F2DCEA
(242,220,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE5590; }

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

This text font color is #CE5590.


Background Color

.myBgColor { background-color: #CE5590; }

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

This div background color is #CE5590.


Border color

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

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

This div border color is #CE5590.


Opacity

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

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

Text with #CE5590 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 #CE5590;}

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

This text has shadow with #CE5590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5590 on black background.


Color preview on white background

This text has color #CE5590 on white background.



Black color preview on #CE5590 background

This text has black color on #CE5590 background.


White color preview on #CE5590 background

This text has white color on #CE5590 background.