Shades of Blossom #EEAAB1
Tints of Blossom #EEAAB1
RGB
CMYK
RGB Variations
Color information
#EEAAB1 (or 0xEEAAB1) is known color: Blossom. HEX triplet: EE, AA and B1. RGB value is (238,170,177). Sum of RGB (Red+Green+Blue) = 238+170+177=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAAB1 is #11554E. Grayscale: #BFBFBF. Windows color (decimal): -1135951 or 11643630. OLE color: 11643630.
HSL color Cylindrical-coordinate representation of color #EEAAB1: hue angle of 353.82º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAAB1 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 177 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.07 |
| HSL | 353.82º | 0.67% | 0.8% | - |
| HSV(B) | 353.82º | 0.29% | 0.93% | - |
| XYZ | 57.57 | 50.1 | 48.23 | - |
| YUV | 191.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 177 | 0 | 0.29 | 0.26 | 0.07 | 353.82 | 0.67 | 0.8 |
| Hex | EE | AA | B1 | 0 | 1D | 1A | 7 | 162 | 43 | 50 |
| Octal | 356 | 252 | 261 | 0 | 35 | 32 | 7 | 542 | 103 | 120 |
| Binary | 11101110 | 10101010 | 10110001 | 0 | 11101 | 11010 | 111 | 101100010 | 1000011 | 1010000 |
Color Harmonies of #EEAAB1
Complementary color
Monochromatic Colors of #EEAAB1
Black with #EEAAB1
Text Example
Text Example
White with #EEAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAAB1; }
p { color: rgb(238,170,177); }
H1.HeaderClassName
{
color: #EEAAB1;
}
.AnyTagClassName
{
color: #EEAAB1;
}
</style>
background-color css
<style>
a { background-color: #EEAAB1; }
a { background-color: rgb(238,170,177); }
div.DivClassName
{
background-color: #EEAAB1;
}
.BgClassName
{
background-color: #EEAAB1;
}
</style>
border-color css
<style>
span { border-color: #EEAAB1; }
span { border-color: rgb(238,170,177); }
td.TdClassName
{
border-color: #EEAAB1;
}
.TagClassName
{
border-color: #EEAAB1;
}
</style>