Shades of Blossom #EEA9B2
Tints of Blossom #EEA9B2
RGB
CMYK
RGB Variations
Color information
#EEA9B2 (or 0xEEA9B2) is known color: Blossom. HEX triplet: EE, A9 and B2. RGB value is (238,169,178). Sum of RGB (Red+Green+Blue) = 238+169+178=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA9B2 is #11564D. Grayscale: #BEBEBE. Windows color (decimal): -1136206 or 11708910. OLE color: 11708910.
HSL color Cylindrical-coordinate representation of color #EEA9B2: hue angle of 352.17º 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 #EEA9B2 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 178 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.07 |
| HSL | 352.17º | 0.67% | 0.8% | - |
| HSV(B) | 352.17º | 0.29% | 0.93% | - |
| XYZ | 57.48 | 49.77 | 48.7 | - |
| YUV | 190.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 178 | 0 | 0.29 | 0.25 | 0.07 | 352.17 | 0.67 | 0.8 |
| Hex | EE | A9 | B2 | 0 | 1D | 19 | 7 | 160 | 43 | 50 |
| Octal | 356 | 251 | 262 | 0 | 35 | 31 | 7 | 540 | 103 | 120 |
| Binary | 11101110 | 10101001 | 10110010 | 0 | 11101 | 11001 | 111 | 101100000 | 1000011 | 1010000 |
Color Harmonies of #EEA9B2
Complementary color
Monochromatic Colors of #EEA9B2
Black with #EEA9B2
Text Example
Text Example
White with #EEA9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9B2; }
p { color: rgb(238,169,178); }
H1.HeaderClassName
{
color: #EEA9B2;
}
.AnyTagClassName
{
color: #EEA9B2;
}
</style>
background-color css
<style>
a { background-color: #EEA9B2; }
a { background-color: rgb(238,169,178); }
div.DivClassName
{
background-color: #EEA9B2;
}
.BgClassName
{
background-color: #EEA9B2;
}
</style>
border-color css
<style>
span { border-color: #EEA9B2; }
span { border-color: rgb(238,169,178); }
td.TdClassName
{
border-color: #EEA9B2;
}
.TagClassName
{
border-color: #EEA9B2;
}
</style>