Shades of Classic Rose #EABED1
Tints of Classic Rose #EABED1
RGB
CMYK
RGB Variations
Color information
#EABED1 (or 0xEABED1) is known color: Classic Rose. HEX triplet: EA, BE and D1. RGB value is (234,190,209). Sum of RGB (Red+Green+Blue) = 234+190+209=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED1 is #15412E. Grayscale: #CDCDCD. Windows color (decimal): -1392943 or 13745898. OLE color: 13745898.
HSL color Cylindrical-coordinate representation of color #EABED1: hue angle of 334.09º 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 #EABED1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 209 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.08 |
| HSL | 334.09º | 0.51% | 0.83% | - |
| HSV(B) | 334.09º | 0.19% | 0.92% | - |
| XYZ | 63.85 | 58.92 | 68.33 | - |
| YUV | 205.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 209 | 0 | 0.19 | 0.11 | 0.08 | 334.09 | 0.51 | 0.83 |
| Hex | EA | BE | D1 | 0 | 13 | B | 8 | 14E | 33 | 53 |
| Octal | 352 | 276 | 321 | 0 | 23 | 13 | 10 | 516 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11010001 | 0 | 10011 | 1011 | 1000 | 101001110 | 110011 | 1010011 |
Color Harmonies of #EABED1
Complementary color
Monochromatic Colors of #EABED1
Black with #EABED1
Text Example
Text Example
White with #EABED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABED1; }
p { color: rgb(234,190,209); }
H1.HeaderClassName
{
color: #EABED1;
}
.AnyTagClassName
{
color: #EABED1;
}
</style>
background-color css
<style>
a { background-color: #EABED1; }
a { background-color: rgb(234,190,209); }
div.DivClassName
{
background-color: #EABED1;
}
.BgClassName
{
background-color: #EABED1;
}
</style>
border-color css
<style>
span { border-color: #EABED1; }
span { border-color: rgb(234,190,209); }
td.TdClassName
{
border-color: #EABED1;
}
.TagClassName
{
border-color: #EABED1;
}
</style>