Shades of Pale Rose #E8CBCD
Tints of Pale Rose #E8CBCD
RGB
CMYK
RGB Variations
Color information
#E8CBCD (or 0xE8CBCD) is known color: Pale Rose. HEX triplet: E8, CB and CD. RGB value is (232,203,205). Sum of RGB (Red+Green+Blue) = 232+203+205=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBCD is #173432. Grayscale: #D3D3D3. Windows color (decimal): -1520691 or 13487080. OLE color: 13487080.
HSL color Cylindrical-coordinate representation of color #E8CBCD: hue angle of 355.86º 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 #E8CBCD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 205 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.09 |
| HSL | 355.86º | 0.39% | 0.85% | - |
| HSV(B) | 355.86º | 0.13% | 0.91% | - |
| XYZ | 65.65 | 64.28 | 66.7 | - |
| YUV | 211.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 205 | 0 | 0.12 | 0.12 | 0.09 | 355.86 | 0.39 | 0.85 |
| Hex | E8 | CB | CD | 0 | C | C | 9 | 164 | 27 | 55 |
| Octal | 350 | 313 | 315 | 0 | 14 | 14 | 11 | 544 | 47 | 125 |
| Binary | 11101000 | 11001011 | 11001101 | 0 | 1100 | 1100 | 1001 | 101100100 | 100111 | 1010101 |
Color Harmonies of #E8CBCD
Complementary color
Monochromatic Colors of #E8CBCD
Black with #E8CBCD
Text Example
Text Example
White with #E8CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBCD; }
p { color: rgb(232,203,205); }
H1.HeaderClassName
{
color: #E8CBCD;
}
.AnyTagClassName
{
color: #E8CBCD;
}
</style>
background-color css
<style>
a { background-color: #E8CBCD; }
a { background-color: rgb(232,203,205); }
div.DivClassName
{
background-color: #E8CBCD;
}
.BgClassName
{
background-color: #E8CBCD;
}
</style>
border-color css
<style>
span { border-color: #E8CBCD; }
span { border-color: rgb(232,203,205); }
td.TdClassName
{
border-color: #E8CBCD;
}
.TagClassName
{
border-color: #E8CBCD;
}
</style>