Shades of Classic Rose #EADAE5
Tints of Classic Rose #EADAE5
RGB
CMYK
RGB Variations
Color information
#EADAE5 (or 0xEADAE5) is known color: Classic Rose. HEX triplet: EA, DA and E5. RGB value is (234,218,229). Sum of RGB (Red+Green+Blue) = 234+218+229=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAE5 is #15251A. Grayscale: #E0E0E0. Windows color (decimal): -1385755 or 15063786. OLE color: 15063786.
HSL color Cylindrical-coordinate representation of color #EADAE5: hue angle of 318.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADAE5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 229 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.08 |
| HSL | 318.75º | 0.28% | 0.89% | - |
| HSV(B) | 318.75º | 0.07% | 0.92% | - |
| XYZ | 73.15 | 73.29 | 84.42 | - |
| YUV | 224.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 229 | 0 | 0.07 | 0.02 | 0.08 | 318.75 | 0.28 | 0.89 |
| Hex | EA | DA | E5 | 0 | 7 | 2 | 8 | 13F | 1C | 59 |
| Octal | 352 | 332 | 345 | 0 | 7 | 2 | 10 | 477 | 34 | 131 |
| Binary | 11101010 | 11011010 | 11100101 | 0 | 111 | 10 | 1000 | 100111111 | 11100 | 1011001 |
Color Harmonies of #EADAE5
Complementary color
Monochromatic Colors of #EADAE5
Black with #EADAE5
Text Example
Text Example
White with #EADAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAE5; }
p { color: rgb(234,218,229); }
H1.HeaderClassName
{
color: #EADAE5;
}
.AnyTagClassName
{
color: #EADAE5;
}
</style>
background-color css
<style>
a { background-color: #EADAE5; }
a { background-color: rgb(234,218,229); }
div.DivClassName
{
background-color: #EADAE5;
}
.BgClassName
{
background-color: #EADAE5;
}
</style>
border-color css
<style>
span { border-color: #EADAE5; }
span { border-color: rgb(234,218,229); }
td.TdClassName
{
border-color: #EADAE5;
}
.TagClassName
{
border-color: #EADAE5;
}
</style>