Shades of Classic Rose #EABFDB
Tints of Classic Rose #EABFDB
RGB
CMYK
RGB Variations
Color information
#EABFDB (or 0xEABFDB) is known color: Classic Rose. HEX triplet: EA, BF and DB. RGB value is (234,191,219). Sum of RGB (Red+Green+Blue) = 234+191+219=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFDB is #154024. Grayscale: #CECECE. Windows color (decimal): -1392677 or 14401514. OLE color: 14401514.
HSL color Cylindrical-coordinate representation of color #EABFDB: hue angle of 320.93º 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 #EABFDB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 219 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.08 |
| HSL | 320.93º | 0.51% | 0.83% | - |
| HSV(B) | 320.93º | 0.18% | 0.92% | - |
| XYZ | 65.35 | 59.87 | 75.13 | - |
| YUV | 207.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 219 | 0 | 0.18 | 0.06 | 0.08 | 320.93 | 0.51 | 0.83 |
| Hex | EA | BF | DB | 0 | 12 | 6 | 8 | 141 | 33 | 53 |
| Octal | 352 | 277 | 333 | 0 | 22 | 6 | 10 | 501 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11011011 | 0 | 10010 | 110 | 1000 | 101000001 | 110011 | 1010011 |
Color Harmonies of #EABFDB
Complementary color
Monochromatic Colors of #EABFDB
Black with #EABFDB
Text Example
Text Example
White with #EABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFDB; }
p { color: rgb(234,191,219); }
H1.HeaderClassName
{
color: #EABFDB;
}
.AnyTagClassName
{
color: #EABFDB;
}
</style>
background-color css
<style>
a { background-color: #EABFDB; }
a { background-color: rgb(234,191,219); }
div.DivClassName
{
background-color: #EABFDB;
}
.BgClassName
{
background-color: #EABFDB;
}
</style>
border-color css
<style>
span { border-color: #EABFDB; }
span { border-color: rgb(234,191,219); }
td.TdClassName
{
border-color: #EABFDB;
}
.TagClassName
{
border-color: #EABFDB;
}
</style>