Shades of Classic Rose #EABDD5
Tints of Classic Rose #EABDD5
RGB
CMYK
RGB Variations
Color information
#EABDD5 (or 0xEABDD5) is known color: Classic Rose. HEX triplet: EA, BD and D5. RGB value is (234,189,213). Sum of RGB (Red+Green+Blue) = 234+189+213=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD5 is #15422A. Grayscale: #CDCDCD. Windows color (decimal): -1393195 or 14007786. OLE color: 14007786.
HSL color Cylindrical-coordinate representation of color #EABDD5: hue angle of 328º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDD5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 213 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.08 |
| HSL | 328º | 0.52% | 0.83% | - |
| HSV(B) | 328º | 0.19% | 0.92% | - |
| XYZ | 64.14 | 58.69 | 70.9 | - |
| YUV | 205.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 213 | 0 | 0.19 | 0.09 | 0.08 | 328 | 0.52 | 0.83 |
| Hex | EA | BD | D5 | 0 | 13 | 9 | 8 | 148 | 34 | 53 |
| Octal | 352 | 275 | 325 | 0 | 23 | 11 | 10 | 510 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11010101 | 0 | 10011 | 1001 | 1000 | 101001000 | 110100 | 1010011 |
Color Harmonies of #EABDD5
Complementary color
Monochromatic Colors of #EABDD5
Black with #EABDD5
Text Example
Text Example
White with #EABDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDD5; }
p { color: rgb(234,189,213); }
H1.HeaderClassName
{
color: #EABDD5;
}
.AnyTagClassName
{
color: #EABDD5;
}
</style>
background-color css
<style>
a { background-color: #EABDD5; }
a { background-color: rgb(234,189,213); }
div.DivClassName
{
background-color: #EABDD5;
}
.BgClassName
{
background-color: #EABDD5;
}
</style>
border-color css
<style>
span { border-color: #EABDD5; }
span { border-color: rgb(234,189,213); }
td.TdClassName
{
border-color: #EABDD5;
}
.TagClassName
{
border-color: #EABDD5;
}
</style>