Shades of Pale Rose #E5CACC
Tints of Pale Rose #E5CACC
RGB
CMYK
RGB Variations
Color information
#E5CACC (or 0xE5CACC) is known color: Pale Rose. HEX triplet: E5, CA and CC. RGB value is (229,202,204). Sum of RGB (Red+Green+Blue) = 229+202+204=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACC is #1A3533. Grayscale: #D2D2D2. Windows color (decimal): -1717556 or 13421285. OLE color: 13421285.
HSL color Cylindrical-coordinate representation of color #E5CACC: hue angle of 355.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CACC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 204 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.10 |
| HSL | 355.56º | 0.34% | 0.85% | - |
| HSV(B) | 355.56º | 0.12% | 0.9% | - |
| XYZ | 64.33 | 63.26 | 65.95 | - |
| YUV | 210.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 204 | 0 | 0.12 | 0.11 | 0.10 | 355.56 | 0.34 | 0.85 |
| Hex | E5 | CA | CC | 0 | C | B | A | 164 | 22 | 55 |
| Octal | 345 | 312 | 314 | 0 | 14 | 13 | 12 | 544 | 42 | 125 |
| Binary | 11100101 | 11001010 | 11001100 | 0 | 1100 | 1011 | 1010 | 101100100 | 100010 | 1010101 |
Color Harmonies of #E5CACC
Complementary color
Monochromatic Colors of #E5CACC
Black with #E5CACC
Text Example
Text Example
White with #E5CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CACC; }
p { color: rgb(229,202,204); }
H1.HeaderClassName
{
color: #E5CACC;
}
.AnyTagClassName
{
color: #E5CACC;
}
</style>
background-color css
<style>
a { background-color: #E5CACC; }
a { background-color: rgb(229,202,204); }
div.DivClassName
{
background-color: #E5CACC;
}
.BgClassName
{
background-color: #E5CACC;
}
</style>
border-color css
<style>
span { border-color: #E5CACC; }
span { border-color: rgb(229,202,204); }
td.TdClassName
{
border-color: #E5CACC;
}
.TagClassName
{
border-color: #E5CACC;
}
</style>