Shades of Classic Rose #EABFD8
Tints of Classic Rose #EABFD8
RGB
CMYK
RGB Variations
Color information
#EABFD8 (or 0xEABFD8) is known color: Classic Rose. HEX triplet: EA, BF and D8. RGB value is (234,191,216). Sum of RGB (Red+Green+Blue) = 234+191+216=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFD8 is #154027. Grayscale: #CECECE. Windows color (decimal): -1392680 or 14204906. OLE color: 14204906.
HSL color Cylindrical-coordinate representation of color #EABFD8: hue angle of 325.12º 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 #EABFD8 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 216 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.08 |
| HSL | 325.12º | 0.51% | 0.83% | - |
| HSV(B) | 325.12º | 0.18% | 0.92% | - |
| XYZ | 64.96 | 59.71 | 73.07 | - |
| YUV | 206.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 216 | 0 | 0.18 | 0.08 | 0.08 | 325.12 | 0.51 | 0.83 |
| Hex | EA | BF | D8 | 0 | 12 | 8 | 8 | 145 | 33 | 53 |
| Octal | 352 | 277 | 330 | 0 | 22 | 10 | 10 | 505 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11011000 | 0 | 10010 | 1000 | 1000 | 101000101 | 110011 | 1010011 |
Color Harmonies of #EABFD8
Complementary color
Monochromatic Colors of #EABFD8
Black with #EABFD8
Text Example
Text Example
White with #EABFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFD8; }
p { color: rgb(234,191,216); }
H1.HeaderClassName
{
color: #EABFD8;
}
.AnyTagClassName
{
color: #EABFD8;
}
</style>
background-color css
<style>
a { background-color: #EABFD8; }
a { background-color: rgb(234,191,216); }
div.DivClassName
{
background-color: #EABFD8;
}
.BgClassName
{
background-color: #EABFD8;
}
</style>
border-color css
<style>
span { border-color: #EABFD8; }
span { border-color: rgb(234,191,216); }
td.TdClassName
{
border-color: #EABFD8;
}
.TagClassName
{
border-color: #EABFD8;
}
</style>