Shades of Pale Rose #EADCE0
Tints of Pale Rose #EADCE0
RGB
CMYK
RGB Variations
Color information
#EADCE0 (or 0xEADCE0) is known color: Pale Rose. HEX triplet: EA, DC and E0. RGB value is (234,220,224). Sum of RGB (Red+Green+Blue) = 234+220+224=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE0 is #15231F. Grayscale: #E0E0E0. Windows color (decimal): -1385248 or 14736618. OLE color: 14736618.
HSL color Cylindrical-coordinate representation of color #EADCE0: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCE0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 224 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.08 |
| HSL | 342.86º | 0.25% | 0.89% | - |
| HSV(B) | 342.86º | 0.06% | 0.92% | - |
| XYZ | 72.98 | 74.06 | 80.97 | - |
| YUV | 224.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 224 | 0 | 0.06 | 0.04 | 0.08 | 342.86 | 0.25 | 0.89 |
| Hex | EA | DC | E0 | 0 | 6 | 4 | 8 | 157 | 19 | 59 |
| Octal | 352 | 334 | 340 | 0 | 6 | 4 | 10 | 527 | 31 | 131 |
| Binary | 11101010 | 11011100 | 11100000 | 0 | 110 | 100 | 1000 | 101010111 | 11001 | 1011001 |
Color Harmonies of #EADCE0
Complementary color
Monochromatic Colors of #EADCE0
Black with #EADCE0
Text Example
Text Example
White with #EADCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE0; }
p { color: rgb(234,220,224); }
H1.HeaderClassName
{
color: #EADCE0;
}
.AnyTagClassName
{
color: #EADCE0;
}
</style>
background-color css
<style>
a { background-color: #EADCE0; }
a { background-color: rgb(234,220,224); }
div.DivClassName
{
background-color: #EADCE0;
}
.BgClassName
{
background-color: #EADCE0;
}
</style>
border-color css
<style>
span { border-color: #EADCE0; }
span { border-color: rgb(234,220,224); }
td.TdClassName
{
border-color: #EADCE0;
}
.TagClassName
{
border-color: #EADCE0;
}
</style>