Shades of Classic Rose #EABED4
Tints of Classic Rose #EABED4
RGB
CMYK
RGB Variations
Color information
#EABED4 (or 0xEABED4) is known color: Classic Rose. HEX triplet: EA, BE and D4. RGB value is (234,190,212). Sum of RGB (Red+Green+Blue) = 234+190+212=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED4 is #15412B. Grayscale: #CDCDCD. Windows color (decimal): -1392940 or 13942506. OLE color: 13942506.
HSL color Cylindrical-coordinate representation of color #EABED4: hue angle of 330º 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 #EABED4 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 212 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.08 |
| HSL | 330º | 0.51% | 0.83% | - |
| HSV(B) | 330º | 0.19% | 0.92% | - |
| XYZ | 64.23 | 59.07 | 70.3 | - |
| YUV | 205.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 212 | 0 | 0.19 | 0.09 | 0.08 | 330 | 0.51 | 0.83 |
| Hex | EA | BE | D4 | 0 | 13 | 9 | 8 | 14A | 33 | 53 |
| Octal | 352 | 276 | 324 | 0 | 23 | 11 | 10 | 512 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11010100 | 0 | 10011 | 1001 | 1000 | 101001010 | 110011 | 1010011 |
Color Harmonies of #EABED4
Complementary color
Monochromatic Colors of #EABED4
Black with #EABED4
Text Example
Text Example
White with #EABED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABED4; }
p { color: rgb(234,190,212); }
H1.HeaderClassName
{
color: #EABED4;
}
.AnyTagClassName
{
color: #EABED4;
}
</style>
background-color css
<style>
a { background-color: #EABED4; }
a { background-color: rgb(234,190,212); }
div.DivClassName
{
background-color: #EABED4;
}
.BgClassName
{
background-color: #EABED4;
}
</style>
border-color css
<style>
span { border-color: #EABED4; }
span { border-color: rgb(234,190,212); }
td.TdClassName
{
border-color: #EABED4;
}
.TagClassName
{
border-color: #EABED4;
}
</style>