Shades of Blossom #EEB4BB
Tints of Blossom #EEB4BB
RGB
CMYK
RGB Variations
Color information
#EEB4BB (or 0xEEB4BB) is known color: Blossom. HEX triplet: EE, B4 and BB. RGB value is (238,180,187). Sum of RGB (Red+Green+Blue) = 238+180+187=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4BB is #114B44. Grayscale: #C6C6C6. Windows color (decimal): -1133381 or 12301550. OLE color: 12301550.
HSL color Cylindrical-coordinate representation of color #EEB4BB: hue angle of 352.76º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4BB is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 187 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.07 |
| HSL | 352.76º | 0.63% | 0.82% | - |
| HSV(B) | 352.76º | 0.24% | 0.93% | - |
| XYZ | 60.55 | 54.41 | 54.32 | - |
| YUV | 198.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 187 | 0 | 0.24 | 0.21 | 0.07 | 352.76 | 0.63 | 0.82 |
| Hex | EE | B4 | BB | 0 | 18 | 15 | 7 | 161 | 3F | 52 |
| Octal | 356 | 264 | 273 | 0 | 30 | 25 | 7 | 541 | 77 | 122 |
| Binary | 11101110 | 10110100 | 10111011 | 0 | 11000 | 10101 | 111 | 101100001 | 111111 | 1010010 |
Color Harmonies of #EEB4BB
Complementary color
Monochromatic Colors of #EEB4BB
Black with #EEB4BB
Text Example
Text Example
White with #EEB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4BB; }
p { color: rgb(238,180,187); }
H1.HeaderClassName
{
color: #EEB4BB;
}
.AnyTagClassName
{
color: #EEB4BB;
}
</style>
background-color css
<style>
a { background-color: #EEB4BB; }
a { background-color: rgb(238,180,187); }
div.DivClassName
{
background-color: #EEB4BB;
}
.BgClassName
{
background-color: #EEB4BB;
}
</style>
border-color css
<style>
span { border-color: #EEB4BB; }
span { border-color: rgb(238,180,187); }
td.TdClassName
{
border-color: #EEB4BB;
}
.TagClassName
{
border-color: #EEB4BB;
}
</style>