Shades of Blossom #EEABB5
Tints of Blossom #EEABB5
RGB
CMYK
RGB Variations
Color information
#EEABB5 (or 0xEEABB5) is known color: Blossom. HEX triplet: EE, AB and B5. RGB value is (238,171,181). Sum of RGB (Red+Green+Blue) = 238+171+181=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABB5 is #11544A. Grayscale: #C0C0C0. Windows color (decimal): -1135691 or 11906030. OLE color: 11906030.
HSL color Cylindrical-coordinate representation of color #EEABB5: hue angle of 351.04º 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 #EEABB5 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 171 | 181 | - |
CMYK | 0 | 0.28 | 0.24 | 0.07 |
HSL | 351.04º | 0.66% | 0.8% | - |
HSV(B) | 351.04º | 0.28% | 0.93% | - |
XYZ | 58.16 | 50.64 | 50.42 | - |
YUV | 192.17 | 121.7 | 160.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 171 | 181 | 0 | 0.28 | 0.24 | 0.07 | 351.04 | 0.66 | 0.8 |
Hex | EE | AB | B5 | 0 | 1C | 18 | 7 | 15F | 42 | 50 |
Octal | 356 | 253 | 265 | 0 | 34 | 30 | 7 | 537 | 102 | 120 |
Binary | 11101110 | 10101011 | 10110101 | 0 | 11100 | 11000 | 111 | 101011111 | 1000010 | 1010000 |
Color Harmonies of #EEABB5
Complementary color
Monochromatic Colors of #EEABB5
Black with #EEABB5
Text Example
Text Example
White with #EEABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABB5; }
p { color: rgb(238,171,181); }
H1.HeaderClassName
{
color: #EEABB5;
}
.AnyTagClassName
{
color: #EEABB5;
}
</style>
background-color css
<style>
a { background-color: #EEABB5; }
a { background-color: rgb(238,171,181); }
div.DivClassName
{
background-color: #EEABB5;
}
.BgClassName
{
background-color: #EEABB5;
}
</style>
border-color css
<style>
span { border-color: #EEABB5; }
span { border-color: rgb(238,171,181); }
td.TdClassName
{
border-color: #EEABB5;
}
.TagClassName
{
border-color: #EEABB5;
}
</style>