Shades of Pale Rose #E2CACC
Tints of Pale Rose #E2CACC
RGB
CMYK
RGB Variations
Color information
#E2CACC (or 0xE2CACC) is known color: Pale Rose. HEX triplet: E2, CA and CC. RGB value is (226,202,204). Sum of RGB (Red+Green+Blue) = 226+202+204=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CACC is #1D3533. Grayscale: #D1D1D1. Windows color (decimal): -1914164 or 13421282. OLE color: 13421282.
HSL color Cylindrical-coordinate representation of color #E2CACC: hue angle of 355º degrees, saturation: 0.29, 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 #E2CACC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 204 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 355º | 0.29% | 0.84% | - |
| HSV(B) | 355º | 0.11% | 0.89% | - |
| XYZ | 63.38 | 62.77 | 65.9 | - |
| YUV | 209.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 204 | 0 | 0.11 | 0.10 | 0.11 | 355 | 0.29 | 0.84 |
| Hex | E2 | CA | CC | 0 | B | A | B | 163 | 1D | 54 |
| Octal | 342 | 312 | 314 | 0 | 13 | 12 | 13 | 543 | 35 | 124 |
| Binary | 11100010 | 11001010 | 11001100 | 0 | 1011 | 1010 | 1011 | 101100011 | 11101 | 1010100 |
Color Harmonies of #E2CACC
Complementary color
Monochromatic Colors of #E2CACC
Black with #E2CACC
Text Example
Text Example
White with #E2CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CACC; }
p { color: rgb(226,202,204); }
H1.HeaderClassName
{
color: #E2CACC;
}
.AnyTagClassName
{
color: #E2CACC;
}
</style>
background-color css
<style>
a { background-color: #E2CACC; }
a { background-color: rgb(226,202,204); }
div.DivClassName
{
background-color: #E2CACC;
}
.BgClassName
{
background-color: #E2CACC;
}
</style>
border-color css
<style>
span { border-color: #E2CACC; }
span { border-color: rgb(226,202,204); }
td.TdClassName
{
border-color: #E2CACC;
}
.TagClassName
{
border-color: #E2CACC;
}
</style>