Shades of Pale Rose #E9CACE
Tints of Pale Rose #E9CACE
RGB
CMYK
RGB Variations
Color information
#E9CACE (or 0xE9CACE) is known color: Pale Rose. HEX triplet: E9, CA and CE. RGB value is (233,202,206). Sum of RGB (Red+Green+Blue) = 233+202+206=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACE is #163531. Grayscale: #D3D3D3. Windows color (decimal): -1455410 or 13552361. OLE color: 13552361.
HSL color Cylindrical-coordinate representation of color #E9CACE: hue angle of 352.26º 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 #E9CACE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 206 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.09 |
| HSL | 352.26º | 0.41% | 0.85% | - |
| HSV(B) | 352.26º | 0.13% | 0.91% | - |
| XYZ | 65.87 | 64.02 | 67.28 | - |
| YUV | 211.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 206 | 0 | 0.13 | 0.12 | 0.09 | 352.26 | 0.41 | 0.85 |
| Hex | E9 | CA | CE | 0 | D | C | 9 | 160 | 29 | 55 |
| Octal | 351 | 312 | 316 | 0 | 15 | 14 | 11 | 540 | 51 | 125 |
| Binary | 11101001 | 11001010 | 11001110 | 0 | 1101 | 1100 | 1001 | 101100000 | 101001 | 1010101 |
Color Harmonies of #E9CACE
Complementary color
Monochromatic Colors of #E9CACE
Black with #E9CACE
Text Example
Text Example
White with #E9CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CACE; }
p { color: rgb(233,202,206); }
H1.HeaderClassName
{
color: #E9CACE;
}
.AnyTagClassName
{
color: #E9CACE;
}
</style>
background-color css
<style>
a { background-color: #E9CACE; }
a { background-color: rgb(233,202,206); }
div.DivClassName
{
background-color: #E9CACE;
}
.BgClassName
{
background-color: #E9CACE;
}
</style>
border-color css
<style>
span { border-color: #E9CACE; }
span { border-color: rgb(233,202,206); }
td.TdClassName
{
border-color: #E9CACE;
}
.TagClassName
{
border-color: #E9CACE;
}
</style>