Shades of Blossom #EAABB7
Tints of Blossom #EAABB7
RGB
CMYK
RGB Variations
Color information
#EAABB7 (or 0xEAABB7) is known color: Blossom. HEX triplet: EA, AB and B7. RGB value is (234,171,183). Sum of RGB (Red+Green+Blue) = 234+171+183=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABB7 is #155448. Grayscale: #BFBFBF. Windows color (decimal): -1397833 or 12037098. OLE color: 12037098.
HSL color Cylindrical-coordinate representation of color #EAABB7: hue angle of 348.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABB7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 183 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.08 |
| HSL | 348.57º | 0.6% | 0.79% | - |
| HSV(B) | 348.57º | 0.27% | 0.92% | - |
| XYZ | 57.04 | 50.04 | 51.45 | - |
| YUV | 191.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 183 | 0 | 0.27 | 0.22 | 0.08 | 348.57 | 0.6 | 0.79 |
| Hex | EA | AB | B7 | 0 | 1B | 16 | 8 | 15D | 3C | 4F |
| Octal | 352 | 253 | 267 | 0 | 33 | 26 | 10 | 535 | 74 | 117 |
| Binary | 11101010 | 10101011 | 10110111 | 0 | 11011 | 10110 | 1000 | 101011101 | 111100 | 1001111 |
Color Harmonies of #EAABB7
Complementary color
Monochromatic Colors of #EAABB7
Black with #EAABB7
Text Example
Text Example
White with #EAABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABB7; }
p { color: rgb(234,171,183); }
H1.HeaderClassName
{
color: #EAABB7;
}
.AnyTagClassName
{
color: #EAABB7;
}
</style>
background-color css
<style>
a { background-color: #EAABB7; }
a { background-color: rgb(234,171,183); }
div.DivClassName
{
background-color: #EAABB7;
}
.BgClassName
{
background-color: #EAABB7;
}
</style>
border-color css
<style>
span { border-color: #EAABB7; }
span { border-color: rgb(234,171,183); }
td.TdClassName
{
border-color: #EAABB7;
}
.TagClassName
{
border-color: #EAABB7;
}
</style>