Shades of Classic Rose #EABED2
Tints of Classic Rose #EABED2
RGB
CMYK
RGB Variations
Color information
#EABED2 (or 0xEABED2) is known color: Classic Rose. HEX triplet: EA, BE and D2. RGB value is (234,190,210). Sum of RGB (Red+Green+Blue) = 234+190+210=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED2 is #15412D. Grayscale: #CDCDCD. Windows color (decimal): -1392942 or 13811434. OLE color: 13811434.
HSL color Cylindrical-coordinate representation of color #EABED2: hue angle of 332.73º 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 #EABED2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 210 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.08 |
| HSL | 332.73º | 0.51% | 0.83% | - |
| HSV(B) | 332.73º | 0.19% | 0.92% | - |
| XYZ | 63.98 | 58.97 | 68.98 | - |
| YUV | 205.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 210 | 0 | 0.19 | 0.10 | 0.08 | 332.73 | 0.51 | 0.83 |
| Hex | EA | BE | D2 | 0 | 13 | A | 8 | 14D | 33 | 53 |
| Octal | 352 | 276 | 322 | 0 | 23 | 12 | 10 | 515 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11010010 | 0 | 10011 | 1010 | 1000 | 101001101 | 110011 | 1010011 |
Color Harmonies of #EABED2
Complementary color
Monochromatic Colors of #EABED2
Black with #EABED2
Text Example
Text Example
White with #EABED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABED2; }
p { color: rgb(234,190,210); }
H1.HeaderClassName
{
color: #EABED2;
}
.AnyTagClassName
{
color: #EABED2;
}
</style>
background-color css
<style>
a { background-color: #EABED2; }
a { background-color: rgb(234,190,210); }
div.DivClassName
{
background-color: #EABED2;
}
.BgClassName
{
background-color: #EABED2;
}
</style>
border-color css
<style>
span { border-color: #EABED2; }
span { border-color: rgb(234,190,210); }
td.TdClassName
{
border-color: #EABED2;
}
.TagClassName
{
border-color: #EABED2;
}
</style>