Shades of Classic Rose #E9CADB
Tints of Classic Rose #E9CADB
RGB
CMYK
RGB Variations
Color information
#E9CADB (or 0xE9CADB) is known color: Classic Rose. HEX triplet: E9, CA and DB. RGB value is (233,202,219). Sum of RGB (Red+Green+Blue) = 233+202+219=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADB is #163524. Grayscale: #D5D5D5. Windows color (decimal): -1455397 or 14404329. OLE color: 14404329.
HSL color Cylindrical-coordinate representation of color #E9CADB: hue angle of 327.1º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CADB is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 202 | 219 | - |
CMYK | 0 | 0.13 | 0.06 | 0.09 |
HSL | 327.1º | 0.41% | 0.85% | - |
HSV(B) | 327.1º | 0.13% | 0.91% | - |
XYZ | 67.51 | 64.68 | 75.94 | - |
YUV | 213.21 | 131.27 | 142.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 202 | 219 | 0 | 0.13 | 0.06 | 0.09 | 327.1 | 0.41 | 0.85 |
Hex | E9 | CA | DB | 0 | D | 6 | 9 | 147 | 29 | 55 |
Octal | 351 | 312 | 333 | 0 | 15 | 6 | 11 | 507 | 51 | 125 |
Binary | 11101001 | 11001010 | 11011011 | 0 | 1101 | 110 | 1001 | 101000111 | 101001 | 1010101 |
Color Harmonies of #E9CADB
Complementary color
Monochromatic Colors of #E9CADB
Black with #E9CADB
Text Example
Text Example
White with #E9CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CADB; }
p { color: rgb(233,202,219); }
H1.HeaderClassName
{
color: #E9CADB;
}
.AnyTagClassName
{
color: #E9CADB;
}
</style>
background-color css
<style>
a { background-color: #E9CADB; }
a { background-color: rgb(233,202,219); }
div.DivClassName
{
background-color: #E9CADB;
}
.BgClassName
{
background-color: #E9CADB;
}
</style>
border-color css
<style>
span { border-color: #E9CADB; }
span { border-color: rgb(233,202,219); }
td.TdClassName
{
border-color: #E9CADB;
}
.TagClassName
{
border-color: #E9CADB;
}
</style>