Shades of Pale Rose #E8CACF
Tints of Pale Rose #E8CACF
RGB
CMYK
RGB Variations
Color information
#E8CACF (or 0xE8CACF) is known color: Pale Rose. HEX triplet: E8, CA and CF. RGB value is (232,202,207). Sum of RGB (Red+Green+Blue) = 232+202+207=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CACF is #173530. Grayscale: #D3D3D3. Windows color (decimal): -1520945 or 13617896. OLE color: 13617896.
HSL color Cylindrical-coordinate representation of color #E8CACF: hue angle of 350º 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 #E8CACF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 207 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.09 |
| HSL | 350º | 0.39% | 0.85% | - |
| HSV(B) | 350º | 0.13% | 0.91% | - |
| XYZ | 65.66 | 63.9 | 67.91 | - |
| YUV | 211.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 207 | 0 | 0.13 | 0.11 | 0.09 | 350 | 0.39 | 0.85 |
| Hex | E8 | CA | CF | 0 | D | B | 9 | 15E | 27 | 55 |
| Octal | 350 | 312 | 317 | 0 | 15 | 13 | 11 | 536 | 47 | 125 |
| Binary | 11101000 | 11001010 | 11001111 | 0 | 1101 | 1011 | 1001 | 101011110 | 100111 | 1010101 |
Color Harmonies of #E8CACF
Complementary color
Monochromatic Colors of #E8CACF
Black with #E8CACF
Text Example
Text Example
White with #E8CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CACF; }
p { color: rgb(232,202,207); }
H1.HeaderClassName
{
color: #E8CACF;
}
.AnyTagClassName
{
color: #E8CACF;
}
</style>
background-color css
<style>
a { background-color: #E8CACF; }
a { background-color: rgb(232,202,207); }
div.DivClassName
{
background-color: #E8CACF;
}
.BgClassName
{
background-color: #E8CACF;
}
</style>
border-color css
<style>
span { border-color: #E8CACF; }
span { border-color: rgb(232,202,207); }
td.TdClassName
{
border-color: #E8CACF;
}
.TagClassName
{
border-color: #E8CACF;
}
</style>