Shades of Pale Rose #EACBCE
Tints of Pale Rose #EACBCE
RGB
CMYK
RGB Variations
Color information
#EACBCE (or 0xEACBCE) is known color: Pale Rose. HEX triplet: EA, CB and CE. RGB value is (234,203,206). Sum of RGB (Red+Green+Blue) = 234+203+206=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBCE is #153431. Grayscale: #D4D4D4. Windows color (decimal): -1389618 or 13552618. OLE color: 13552618.
HSL color Cylindrical-coordinate representation of color #EACBCE: hue angle of 354.19º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACBCE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 206 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.08 |
| HSL | 354.19º | 0.42% | 0.86% | - |
| HSV(B) | 354.19º | 0.13% | 0.92% | - |
| XYZ | 66.43 | 64.66 | 67.37 | - |
| YUV | 212.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 206 | 0 | 0.13 | 0.12 | 0.08 | 354.19 | 0.42 | 0.86 |
| Hex | EA | CB | CE | 0 | D | C | 8 | 162 | 2A | 56 |
| Octal | 352 | 313 | 316 | 0 | 15 | 14 | 10 | 542 | 52 | 126 |
| Binary | 11101010 | 11001011 | 11001110 | 0 | 1101 | 1100 | 1000 | 101100010 | 101010 | 1010110 |
Color Harmonies of #EACBCE
Complementary color
Monochromatic Colors of #EACBCE
Black with #EACBCE
Text Example
Text Example
White with #EACBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBCE; }
p { color: rgb(234,203,206); }
H1.HeaderClassName
{
color: #EACBCE;
}
.AnyTagClassName
{
color: #EACBCE;
}
</style>
background-color css
<style>
a { background-color: #EACBCE; }
a { background-color: rgb(234,203,206); }
div.DivClassName
{
background-color: #EACBCE;
}
.BgClassName
{
background-color: #EACBCE;
}
</style>
border-color css
<style>
span { border-color: #EACBCE; }
span { border-color: rgb(234,203,206); }
td.TdClassName
{
border-color: #EACBCE;
}
.TagClassName
{
border-color: #EACBCE;
}
</style>