Shades of Classic Rose #EABFD5
Tints of Classic Rose #EABFD5
RGB
CMYK
RGB Variations
Color information
#EABFD5 (or 0xEABFD5) is known color: Classic Rose. HEX triplet: EA, BF and D5. RGB value is (234,191,213). Sum of RGB (Red+Green+Blue) = 234+191+213=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFD5 is #15402A. Grayscale: #CECECE. Windows color (decimal): -1392683 or 14008298. OLE color: 14008298.
HSL color Cylindrical-coordinate representation of color #EABFD5: hue angle of 329.3º 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 #EABFD5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 213 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.08 |
| HSL | 329.3º | 0.51% | 0.83% | - |
| HSV(B) | 329.3º | 0.18% | 0.92% | - |
| XYZ | 64.57 | 59.56 | 71.04 | - |
| YUV | 206.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 213 | 0 | 0.18 | 0.09 | 0.08 | 329.3 | 0.51 | 0.83 |
| Hex | EA | BF | D5 | 0 | 12 | 9 | 8 | 149 | 33 | 53 |
| Octal | 352 | 277 | 325 | 0 | 22 | 11 | 10 | 511 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11010101 | 0 | 10010 | 1001 | 1000 | 101001001 | 110011 | 1010011 |
Color Harmonies of #EABFD5
Complementary color
Monochromatic Colors of #EABFD5
Black with #EABFD5
Text Example
Text Example
White with #EABFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFD5; }
p { color: rgb(234,191,213); }
H1.HeaderClassName
{
color: #EABFD5;
}
.AnyTagClassName
{
color: #EABFD5;
}
</style>
background-color css
<style>
a { background-color: #EABFD5; }
a { background-color: rgb(234,191,213); }
div.DivClassName
{
background-color: #EABFD5;
}
.BgClassName
{
background-color: #EABFD5;
}
</style>
border-color css
<style>
span { border-color: #EABFD5; }
span { border-color: rgb(234,191,213); }
td.TdClassName
{
border-color: #EABFD5;
}
.TagClassName
{
border-color: #EABFD5;
}
</style>