Shades of Blossom #EEA9B0
Tints of Blossom #EEA9B0
RGB
CMYK
RGB Variations
Color information
#EEA9B0 (or 0xEEA9B0) is known color: Blossom. HEX triplet: EE, A9 and B0. RGB value is (238,169,176). Sum of RGB (Red+Green+Blue) = 238+169+176=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA9B0 is #11564F. Grayscale: #BEBEBE. Windows color (decimal): -1136208 or 11577838. OLE color: 11577838.
HSL color Cylindrical-coordinate representation of color #EEA9B0: hue angle of 353.91º 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 #EEA9B0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 176 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.07 |
| HSL | 353.91º | 0.67% | 0.8% | - |
| HSV(B) | 353.91º | 0.29% | 0.93% | - |
| XYZ | 57.28 | 49.69 | 47.65 | - |
| YUV | 190.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 176 | 0 | 0.29 | 0.26 | 0.07 | 353.91 | 0.67 | 0.8 |
| Hex | EE | A9 | B0 | 0 | 1D | 1A | 7 | 162 | 43 | 50 |
| Octal | 356 | 251 | 260 | 0 | 35 | 32 | 7 | 542 | 103 | 120 |
| Binary | 11101110 | 10101001 | 10110000 | 0 | 11101 | 11010 | 111 | 101100010 | 1000011 | 1010000 |
Color Harmonies of #EEA9B0
Complementary color
Monochromatic Colors of #EEA9B0
Black with #EEA9B0
Text Example
Text Example
White with #EEA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9B0; }
p { color: rgb(238,169,176); }
H1.HeaderClassName
{
color: #EEA9B0;
}
.AnyTagClassName
{
color: #EEA9B0;
}
</style>
background-color css
<style>
a { background-color: #EEA9B0; }
a { background-color: rgb(238,169,176); }
div.DivClassName
{
background-color: #EEA9B0;
}
.BgClassName
{
background-color: #EEA9B0;
}
</style>
border-color css
<style>
span { border-color: #EEA9B0; }
span { border-color: rgb(238,169,176); }
td.TdClassName
{
border-color: #EEA9B0;
}
.TagClassName
{
border-color: #EEA9B0;
}
</style>