Shades of Blossom #EAABB6
Tints of Blossom #EAABB6
RGB
CMYK
RGB Variations
Color information
#EAABB6 (or 0xEAABB6) is known color: Blossom. HEX triplet: EA, AB and B6. RGB value is (234,171,182). Sum of RGB (Red+Green+Blue) = 234+171+182=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABB6 is #155449. Grayscale: #BFBFBF. Windows color (decimal): -1397834 or 11971562. OLE color: 11971562.
HSL color Cylindrical-coordinate representation of color #EAABB6: hue angle of 349.52º 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 #EAABB6 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 182 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.08 |
| HSL | 349.52º | 0.6% | 0.79% | - |
| HSV(B) | 349.52º | 0.27% | 0.92% | - |
| XYZ | 56.94 | 50 | 50.91 | - |
| YUV | 191.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 182 | 0 | 0.27 | 0.22 | 0.08 | 349.52 | 0.6 | 0.79 |
| Hex | EA | AB | B6 | 0 | 1B | 16 | 8 | 15E | 3C | 4F |
| Octal | 352 | 253 | 266 | 0 | 33 | 26 | 10 | 536 | 74 | 117 |
| Binary | 11101010 | 10101011 | 10110110 | 0 | 11011 | 10110 | 1000 | 101011110 | 111100 | 1001111 |
Color Harmonies of #EAABB6
Complementary color
Monochromatic Colors of #EAABB6
Black with #EAABB6
Text Example
Text Example
White with #EAABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABB6; }
p { color: rgb(234,171,182); }
H1.HeaderClassName
{
color: #EAABB6;
}
.AnyTagClassName
{
color: #EAABB6;
}
</style>
background-color css
<style>
a { background-color: #EAABB6; }
a { background-color: rgb(234,171,182); }
div.DivClassName
{
background-color: #EAABB6;
}
.BgClassName
{
background-color: #EAABB6;
}
</style>
border-color css
<style>
span { border-color: #EAABB6; }
span { border-color: rgb(234,171,182); }
td.TdClassName
{
border-color: #EAABB6;
}
.TagClassName
{
border-color: #EAABB6;
}
</style>