Shades of Blossom #EAAAB1
Tints of Blossom #EAAAB1
RGB
CMYK
RGB Variations
Color information
#EAAAB1 (or 0xEAAAB1) is known color: Blossom. HEX triplet: EA, AA and B1. RGB value is (234,170,177). Sum of RGB (Red+Green+Blue) = 234+170+177=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAB1 is #15554E. Grayscale: #BDBDBD. Windows color (decimal): -1398095 or 11643626. OLE color: 11643626.
HSL color Cylindrical-coordinate representation of color #EAAAB1: hue angle of 353.44º 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 #EAAAB1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 177 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.08 |
| HSL | 353.44º | 0.6% | 0.79% | - |
| HSV(B) | 353.44º | 0.27% | 0.92% | - |
| XYZ | 56.24 | 49.42 | 48.17 | - |
| YUV | 189.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 177 | 0 | 0.27 | 0.24 | 0.08 | 353.44 | 0.6 | 0.79 |
| Hex | EA | AA | B1 | 0 | 1B | 18 | 8 | 161 | 3C | 4F |
| Octal | 352 | 252 | 261 | 0 | 33 | 30 | 10 | 541 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10110001 | 0 | 11011 | 11000 | 1000 | 101100001 | 111100 | 1001111 |
Color Harmonies of #EAAAB1
Complementary color
Monochromatic Colors of #EAAAB1
Black with #EAAAB1
Text Example
Text Example
White with #EAAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAB1; }
p { color: rgb(234,170,177); }
H1.HeaderClassName
{
color: #EAAAB1;
}
.AnyTagClassName
{
color: #EAAAB1;
}
</style>
background-color css
<style>
a { background-color: #EAAAB1; }
a { background-color: rgb(234,170,177); }
div.DivClassName
{
background-color: #EAAAB1;
}
.BgClassName
{
background-color: #EAAAB1;
}
</style>
border-color css
<style>
span { border-color: #EAAAB1; }
span { border-color: rgb(234,170,177); }
td.TdClassName
{
border-color: #EAAAB1;
}
.TagClassName
{
border-color: #EAAAB1;
}
</style>