Shades of Classic Rose #EABFD1
Tints of Classic Rose #EABFD1
RGB
CMYK
RGB Variations
Color information
#EABFD1 (or 0xEABFD1) is known color: Classic Rose. HEX triplet: EA, BF and D1. RGB value is (234,191,209). Sum of RGB (Red+Green+Blue) = 234+191+209=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFD1 is #15402E. Grayscale: #CDCDCD. Windows color (decimal): -1392687 or 13746154. OLE color: 13746154.
HSL color Cylindrical-coordinate representation of color #EABFD1: hue angle of 334.88º 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 #EABFD1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 209 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.08 |
| HSL | 334.88º | 0.51% | 0.83% | - |
| HSV(B) | 334.88º | 0.18% | 0.92% | - |
| XYZ | 64.07 | 59.36 | 68.4 | - |
| YUV | 205.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 209 | 0 | 0.18 | 0.11 | 0.08 | 334.88 | 0.51 | 0.83 |
| Hex | EA | BF | D1 | 0 | 12 | B | 8 | 14F | 33 | 53 |
| Octal | 352 | 277 | 321 | 0 | 22 | 13 | 10 | 517 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11010001 | 0 | 10010 | 1011 | 1000 | 101001111 | 110011 | 1010011 |
Color Harmonies of #EABFD1
Complementary color
Monochromatic Colors of #EABFD1
Black with #EABFD1
Text Example
Text Example
White with #EABFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFD1; }
p { color: rgb(234,191,209); }
H1.HeaderClassName
{
color: #EABFD1;
}
.AnyTagClassName
{
color: #EABFD1;
}
</style>
background-color css
<style>
a { background-color: #EABFD1; }
a { background-color: rgb(234,191,209); }
div.DivClassName
{
background-color: #EABFD1;
}
.BgClassName
{
background-color: #EABFD1;
}
</style>
border-color css
<style>
span { border-color: #EABFD1; }
span { border-color: rgb(234,191,209); }
td.TdClassName
{
border-color: #EABFD1;
}
.TagClassName
{
border-color: #EABFD1;
}
</style>