Shades of Pale Rose #E4CACC
Tints of Pale Rose #E4CACC
RGB
CMYK
RGB Variations
Color information
#E4CACC (or 0xE4CACC) is known color: Pale Rose. HEX triplet: E4, CA and CC. RGB value is (228,202,204). Sum of RGB (Red+Green+Blue) = 228+202+204=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CACC is #1B3533. Grayscale: #D2D2D2. Windows color (decimal): -1783092 or 13421284. OLE color: 13421284.
HSL color Cylindrical-coordinate representation of color #E4CACC: hue angle of 355.38º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CACC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 204 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.11 |
| HSL | 355.38º | 0.33% | 0.84% | - |
| HSV(B) | 355.38º | 0.11% | 0.89% | - |
| XYZ | 64.01 | 63.09 | 65.93 | - |
| YUV | 210 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 204 | 0 | 0.11 | 0.11 | 0.11 | 355.38 | 0.33 | 0.84 |
| Hex | E4 | CA | CC | 0 | B | B | B | 163 | 20 | 54 |
| Octal | 344 | 312 | 314 | 0 | 13 | 13 | 13 | 543 | 40 | 124 |
| Binary | 11100100 | 11001010 | 11001100 | 0 | 1011 | 1011 | 1011 | 101100011 | 100000 | 1010100 |
Color Harmonies of #E4CACC
Complementary color
Monochromatic Colors of #E4CACC
Black with #E4CACC
Text Example
Text Example
White with #E4CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CACC; }
p { color: rgb(228,202,204); }
H1.HeaderClassName
{
color: #E4CACC;
}
.AnyTagClassName
{
color: #E4CACC;
}
</style>
background-color css
<style>
a { background-color: #E4CACC; }
a { background-color: rgb(228,202,204); }
div.DivClassName
{
background-color: #E4CACC;
}
.BgClassName
{
background-color: #E4CACC;
}
</style>
border-color css
<style>
span { border-color: #E4CACC; }
span { border-color: rgb(228,202,204); }
td.TdClassName
{
border-color: #E4CACC;
}
.TagClassName
{
border-color: #E4CACC;
}
</style>