Shades of Pale Rose #E8CACD
Tints of Pale Rose #E8CACD
RGB
CMYK
RGB Variations
Color information
#E8CACD (or 0xE8CACD) is known color: Pale Rose. HEX triplet: E8, CA and CD. RGB value is (232,202,205). Sum of RGB (Red+Green+Blue) = 232+202+205=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CACD is #173532. Grayscale: #D3D3D3. Windows color (decimal): -1520947 or 13486824. OLE color: 13486824.
HSL color Cylindrical-coordinate representation of color #E8CACD: hue angle of 354º degrees, saturation: 0.39, 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 #E8CACD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 205 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.09 |
| HSL | 354º | 0.39% | 0.85% | - |
| HSV(B) | 354º | 0.13% | 0.91% | - |
| XYZ | 65.42 | 63.8 | 66.63 | - |
| YUV | 211.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 205 | 0 | 0.13 | 0.12 | 0.09 | 354 | 0.39 | 0.85 |
| Hex | E8 | CA | CD | 0 | D | C | 9 | 162 | 27 | 55 |
| Octal | 350 | 312 | 315 | 0 | 15 | 14 | 11 | 542 | 47 | 125 |
| Binary | 11101000 | 11001010 | 11001101 | 0 | 1101 | 1100 | 1001 | 101100010 | 100111 | 1010101 |
Color Harmonies of #E8CACD
Complementary color
Monochromatic Colors of #E8CACD
Black with #E8CACD
Text Example
Text Example
White with #E8CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CACD; }
p { color: rgb(232,202,205); }
H1.HeaderClassName
{
color: #E8CACD;
}
.AnyTagClassName
{
color: #E8CACD;
}
</style>
background-color css
<style>
a { background-color: #E8CACD; }
a { background-color: rgb(232,202,205); }
div.DivClassName
{
background-color: #E8CACD;
}
.BgClassName
{
background-color: #E8CACD;
}
</style>
border-color css
<style>
span { border-color: #E8CACD; }
span { border-color: rgb(232,202,205); }
td.TdClassName
{
border-color: #E8CACD;
}
.TagClassName
{
border-color: #E8CACD;
}
</style>