Shades of Classic Rose #EABFD9
Tints of Classic Rose #EABFD9
RGB
CMYK
RGB Variations
Color information
#EABFD9 (or 0xEABFD9) is known color: Classic Rose. HEX triplet: EA, BF and D9. RGB value is (234,191,217). Sum of RGB (Red+Green+Blue) = 234+191+217=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFD9 is #154026. Grayscale: #CECECE. Windows color (decimal): -1392679 or 14270442. OLE color: 14270442.
HSL color Cylindrical-coordinate representation of color #EABFD9: hue angle of 323.72º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFD9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 217 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.08 |
| HSL | 323.72º | 0.51% | 0.83% | - |
| HSV(B) | 323.72º | 0.18% | 0.92% | - |
| XYZ | 65.09 | 59.76 | 73.75 | - |
| YUV | 206.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 217 | 0 | 0.18 | 0.07 | 0.08 | 323.72 | 0.51 | 0.83 |
| Hex | EA | BF | D9 | 0 | 12 | 7 | 8 | 144 | 33 | 53 |
| Octal | 352 | 277 | 331 | 0 | 22 | 7 | 10 | 504 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11011001 | 0 | 10010 | 111 | 1000 | 101000100 | 110011 | 1010011 |
Color Harmonies of #EABFD9
Complementary color
Monochromatic Colors of #EABFD9
Black with #EABFD9
Text Example
Text Example
White with #EABFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFD9; }
p { color: rgb(234,191,217); }
H1.HeaderClassName
{
color: #EABFD9;
}
.AnyTagClassName
{
color: #EABFD9;
}
</style>
background-color css
<style>
a { background-color: #EABFD9; }
a { background-color: rgb(234,191,217); }
div.DivClassName
{
background-color: #EABFD9;
}
.BgClassName
{
background-color: #EABFD9;
}
</style>
border-color css
<style>
span { border-color: #EABFD9; }
span { border-color: rgb(234,191,217); }
td.TdClassName
{
border-color: #EABFD9;
}
.TagClassName
{
border-color: #EABFD9;
}
</style>