Shades of Pale Rose #EADEE1
Tints of Pale Rose #EADEE1
RGB
CMYK
RGB Variations
Color information
#EADEE1 (or 0xEADEE1) is known color: Pale Rose. HEX triplet: EA, DE and E1. RGB value is (234,222,225). Sum of RGB (Red+Green+Blue) = 234+222+225=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE1 is #15211E. Grayscale: #E1E1E1. Windows color (decimal): -1384735 or 14802666. OLE color: 14802666.
HSL color Cylindrical-coordinate representation of color #EADEE1: hue angle of 345º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE1 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 225 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.08 |
| HSL | 345º | 0.22% | 0.89% | - |
| HSV(B) | 345º | 0.05% | 0.92% | - |
| XYZ | 73.64 | 75.17 | 81.86 | - |
| YUV | 225.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 225 | 0 | 0.05 | 0.04 | 0.08 | 345 | 0.22 | 0.89 |
| Hex | EA | DE | E1 | 0 | 5 | 4 | 8 | 159 | 16 | 59 |
| Octal | 352 | 336 | 341 | 0 | 5 | 4 | 10 | 531 | 26 | 131 |
| Binary | 11101010 | 11011110 | 11100001 | 0 | 101 | 100 | 1000 | 101011001 | 10110 | 1011001 |
Color Harmonies of #EADEE1
Complementary color
Monochromatic Colors of #EADEE1
Black with #EADEE1
Text Example
Text Example
White with #EADEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEE1; }
p { color: rgb(234,222,225); }
H1.HeaderClassName
{
color: #EADEE1;
}
.AnyTagClassName
{
color: #EADEE1;
}
</style>
background-color css
<style>
a { background-color: #EADEE1; }
a { background-color: rgb(234,222,225); }
div.DivClassName
{
background-color: #EADEE1;
}
.BgClassName
{
background-color: #EADEE1;
}
</style>
border-color css
<style>
span { border-color: #EADEE1; }
span { border-color: rgb(234,222,225); }
td.TdClassName
{
border-color: #EADEE1;
}
.TagClassName
{
border-color: #EADEE1;
}
</style>