Shades of Classic Rose #EABED5
Tints of Classic Rose #EABED5
RGB
CMYK
RGB Variations
Color information
#EABED5 (or 0xEABED5) is known color: Classic Rose. HEX triplet: EA, BE and D5. RGB value is (234,190,213). Sum of RGB (Red+Green+Blue) = 234+190+213=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED5 is #15412A. Grayscale: #CDCDCD. Windows color (decimal): -1392939 or 14008042. OLE color: 14008042.
HSL color Cylindrical-coordinate representation of color #EABED5: hue angle of 328.64º degrees, saturation: 0.51, 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 #EABED5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 213 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.08 |
| HSL | 328.64º | 0.51% | 0.83% | - |
| HSV(B) | 328.64º | 0.19% | 0.92% | - |
| XYZ | 64.36 | 59.12 | 70.97 | - |
| YUV | 205.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 213 | 0 | 0.19 | 0.09 | 0.08 | 328.64 | 0.51 | 0.83 |
| Hex | EA | BE | D5 | 0 | 13 | 9 | 8 | 149 | 33 | 53 |
| Octal | 352 | 276 | 325 | 0 | 23 | 11 | 10 | 511 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11010101 | 0 | 10011 | 1001 | 1000 | 101001001 | 110011 | 1010011 |
Color Harmonies of #EABED5
Complementary color
Monochromatic Colors of #EABED5
Black with #EABED5
Text Example
Text Example
White with #EABED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABED5; }
p { color: rgb(234,190,213); }
H1.HeaderClassName
{
color: #EABED5;
}
.AnyTagClassName
{
color: #EABED5;
}
</style>
background-color css
<style>
a { background-color: #EABED5; }
a { background-color: rgb(234,190,213); }
div.DivClassName
{
background-color: #EABED5;
}
.BgClassName
{
background-color: #EABED5;
}
</style>
border-color css
<style>
span { border-color: #EABED5; }
span { border-color: rgb(234,190,213); }
td.TdClassName
{
border-color: #EABED5;
}
.TagClassName
{
border-color: #EABED5;
}
</style>