Shades of Blossom #EEB2BB
Tints of Blossom #EEB2BB
RGB
CMYK
RGB Variations
Color information
#EEB2BB (or 0xEEB2BB) is known color: Blossom. HEX triplet: EE, B2 and BB. RGB value is (238,178,187). Sum of RGB (Red+Green+Blue) = 238+178+187=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BB is #114D44. Grayscale: #C4C4C4. Windows color (decimal): -1133893 or 12301038. OLE color: 12301038.
HSL color Cylindrical-coordinate representation of color #EEB2BB: hue angle of 351º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2BB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 187 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.07 |
| HSL | 351º | 0.64% | 0.82% | - |
| HSV(B) | 351º | 0.25% | 0.93% | - |
| XYZ | 60.15 | 53.61 | 54.19 | - |
| YUV | 196.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 187 | 0 | 0.25 | 0.21 | 0.07 | 351 | 0.64 | 0.82 |
| Hex | EE | B2 | BB | 0 | 19 | 15 | 7 | 15F | 40 | 52 |
| Octal | 356 | 262 | 273 | 0 | 31 | 25 | 7 | 537 | 100 | 122 |
| Binary | 11101110 | 10110010 | 10111011 | 0 | 11001 | 10101 | 111 | 101011111 | 1000000 | 1010010 |
Color Harmonies of #EEB2BB
Complementary color
Monochromatic Colors of #EEB2BB
Black with #EEB2BB
Text Example
Text Example
White with #EEB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2BB; }
p { color: rgb(238,178,187); }
H1.HeaderClassName
{
color: #EEB2BB;
}
.AnyTagClassName
{
color: #EEB2BB;
}
</style>
background-color css
<style>
a { background-color: #EEB2BB; }
a { background-color: rgb(238,178,187); }
div.DivClassName
{
background-color: #EEB2BB;
}
.BgClassName
{
background-color: #EEB2BB;
}
</style>
border-color css
<style>
span { border-color: #EEB2BB; }
span { border-color: rgb(238,178,187); }
td.TdClassName
{
border-color: #EEB2BB;
}
.TagClassName
{
border-color: #EEB2BB;
}
</style>