Shades of Classic Rose #E9CEE1
Tints of Classic Rose #E9CEE1
RGB
CMYK
RGB Variations
Color information
#E9CEE1 (or 0xE9CEE1) is known color: Classic Rose. HEX triplet: E9, CE and E1. RGB value is (233,206,225). Sum of RGB (Red+Green+Blue) = 233+206+225=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEE1 is #16311E. Grayscale: #D8D8D8. Windows color (decimal): -1454367 or 14798569. OLE color: 14798569.
HSL color Cylindrical-coordinate representation of color #E9CEE1: hue angle of 317.78º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CEE1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 225 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.09 |
| HSL | 317.78º | 0.38% | 0.86% | - |
| HSV(B) | 317.78º | 0.12% | 0.91% | - |
| XYZ | 69.27 | 66.9 | 80.5 | - |
| YUV | 216.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 225 | 0 | 0.12 | 0.03 | 0.09 | 317.78 | 0.38 | 0.86 |
| Hex | E9 | CE | E1 | 0 | C | 3 | 9 | 13E | 26 | 56 |
| Octal | 351 | 316 | 341 | 0 | 14 | 3 | 11 | 476 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11100001 | 0 | 1100 | 11 | 1001 | 100111110 | 100110 | 1010110 |
Color Harmonies of #E9CEE1
Complementary color
Monochromatic Colors of #E9CEE1
Black with #E9CEE1
Text Example
Text Example
White with #E9CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEE1; }
p { color: rgb(233,206,225); }
H1.HeaderClassName
{
color: #E9CEE1;
}
.AnyTagClassName
{
color: #E9CEE1;
}
</style>
background-color css
<style>
a { background-color: #E9CEE1; }
a { background-color: rgb(233,206,225); }
div.DivClassName
{
background-color: #E9CEE1;
}
.BgClassName
{
background-color: #E9CEE1;
}
</style>
border-color css
<style>
span { border-color: #E9CEE1; }
span { border-color: rgb(233,206,225); }
td.TdClassName
{
border-color: #E9CEE1;
}
.TagClassName
{
border-color: #E9CEE1;
}
</style>