Shades of Pale Rose #EADFE0
Tints of Pale Rose #EADFE0
RGB
CMYK
RGB Variations
Color information
#EADFE0 (or 0xEADFE0) is known color: Pale Rose. HEX triplet: EA, DF and E0. RGB value is (234,223,224). Sum of RGB (Red+Green+Blue) = 234+223+224=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFE0 is #15201F. Grayscale: #E2E2E2. Windows color (decimal): -1384480 or 14737386. OLE color: 14737386.
HSL color Cylindrical-coordinate representation of color #EADFE0: hue angle of 354.55º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFE0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 224 | - |
CMYK | 0 | 0.05 | 0.04 | 0.08 |
HSL | 354.55º | 0.21% | 0.9% | - |
HSV(B) | 354.55º | 0.05% | 0.92% | - |
XYZ | 73.77 | 75.65 | 81.23 | - |
YUV | 226.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 224 | 0 | 0.05 | 0.04 | 0.08 | 354.55 | 0.21 | 0.9 |
Hex | EA | DF | E0 | 0 | 5 | 4 | 8 | 163 | 15 | 5A |
Octal | 352 | 337 | 340 | 0 | 5 | 4 | 10 | 543 | 25 | 132 |
Binary | 11101010 | 11011111 | 11100000 | 0 | 101 | 100 | 1000 | 101100011 | 10101 | 1011010 |
Color Harmonies of #EADFE0
Complementary color
Monochromatic Colors of #EADFE0
Black with #EADFE0
Text Example
Text Example
White with #EADFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFE0; }
p { color: rgb(234,223,224); }
H1.HeaderClassName
{
color: #EADFE0;
}
.AnyTagClassName
{
color: #EADFE0;
}
</style>
background-color css
<style>
a { background-color: #EADFE0; }
a { background-color: rgb(234,223,224); }
div.DivClassName
{
background-color: #EADFE0;
}
.BgClassName
{
background-color: #EADFE0;
}
</style>
border-color css
<style>
span { border-color: #EADFE0; }
span { border-color: rgb(234,223,224); }
td.TdClassName
{
border-color: #EADFE0;
}
.TagClassName
{
border-color: #EADFE0;
}
</style>