Shades of Pale Rose #E8CBCF
Tints of Pale Rose #E8CBCF
RGB
CMYK
RGB Variations
Color information
#E8CBCF (or 0xE8CBCF) is known color: Pale Rose. HEX triplet: E8, CB and CF. RGB value is (232,203,207). Sum of RGB (Red+Green+Blue) = 232+203+207=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBCF is #173430. Grayscale: #D4D4D4. Windows color (decimal): -1520689 or 13618152. OLE color: 13618152.
HSL color Cylindrical-coordinate representation of color #E8CBCF: hue angle of 351.72º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CBCF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 207 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.09 |
| HSL | 351.72º | 0.39% | 0.85% | - |
| HSV(B) | 351.72º | 0.13% | 0.91% | - |
| XYZ | 65.9 | 64.37 | 67.98 | - |
| YUV | 212.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 207 | 0 | 0.12 | 0.11 | 0.09 | 351.72 | 0.39 | 0.85 |
| Hex | E8 | CB | CF | 0 | C | B | 9 | 160 | 27 | 55 |
| Octal | 350 | 313 | 317 | 0 | 14 | 13 | 11 | 540 | 47 | 125 |
| Binary | 11101000 | 11001011 | 11001111 | 0 | 1100 | 1011 | 1001 | 101100000 | 100111 | 1010101 |
Color Harmonies of #E8CBCF
Complementary color
Monochromatic Colors of #E8CBCF
Black with #E8CBCF
Text Example
Text Example
White with #E8CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBCF; }
p { color: rgb(232,203,207); }
H1.HeaderClassName
{
color: #E8CBCF;
}
.AnyTagClassName
{
color: #E8CBCF;
}
</style>
background-color css
<style>
a { background-color: #E8CBCF; }
a { background-color: rgb(232,203,207); }
div.DivClassName
{
background-color: #E8CBCF;
}
.BgClassName
{
background-color: #E8CBCF;
}
</style>
border-color css
<style>
span { border-color: #E8CBCF; }
span { border-color: rgb(232,203,207); }
td.TdClassName
{
border-color: #E8CBCF;
}
.TagClassName
{
border-color: #E8CBCF;
}
</style>