Shades of Blossom #EEABB6
Tints of Blossom #EEABB6
RGB
CMYK
RGB Variations
Color information
#EEABB6 (or 0xEEABB6) is known color: Blossom. HEX triplet: EE, AB and B6. RGB value is (238,171,182). Sum of RGB (Red+Green+Blue) = 238+171+182=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABB6 is #115449. Grayscale: #C0C0C0. Windows color (decimal): -1135690 or 11971566. OLE color: 11971566.
HSL color Cylindrical-coordinate representation of color #EEABB6: hue angle of 350.15º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABB6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 182 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.07 |
| HSL | 350.15º | 0.66% | 0.8% | - |
| HSV(B) | 350.15º | 0.28% | 0.93% | - |
| XYZ | 58.27 | 50.68 | 50.97 | - |
| YUV | 192.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 182 | 0 | 0.28 | 0.24 | 0.07 | 350.15 | 0.66 | 0.8 |
| Hex | EE | AB | B6 | 0 | 1C | 18 | 7 | 15E | 42 | 50 |
| Octal | 356 | 253 | 266 | 0 | 34 | 30 | 7 | 536 | 102 | 120 |
| Binary | 11101110 | 10101011 | 10110110 | 0 | 11100 | 11000 | 111 | 101011110 | 1000010 | 1010000 |
Color Harmonies of #EEABB6
Complementary color
Monochromatic Colors of #EEABB6
Black with #EEABB6
Text Example
Text Example
White with #EEABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABB6; }
p { color: rgb(238,171,182); }
H1.HeaderClassName
{
color: #EEABB6;
}
.AnyTagClassName
{
color: #EEABB6;
}
</style>
background-color css
<style>
a { background-color: #EEABB6; }
a { background-color: rgb(238,171,182); }
div.DivClassName
{
background-color: #EEABB6;
}
.BgClassName
{
background-color: #EEABB6;
}
</style>
border-color css
<style>
span { border-color: #EEABB6; }
span { border-color: rgb(238,171,182); }
td.TdClassName
{
border-color: #EEABB6;
}
.TagClassName
{
border-color: #EEABB6;
}
</style>