Shades of Blossom #EEB0B5
Tints of Blossom #EEB0B5
RGB
CMYK
RGB Variations
Color information
#EEB0B5 (or 0xEEB0B5) is known color: Blossom. HEX triplet: EE, B0 and B5. RGB value is (238,176,181). Sum of RGB (Red+Green+Blue) = 238+176+181=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0B5 is #114F4A. Grayscale: #C3C3C3. Windows color (decimal): -1134411 or 11907310. OLE color: 11907310.
HSL color Cylindrical-coordinate representation of color #EEB0B5: hue angle of 355.16º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0B5 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 181 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.07 |
| HSL | 355.16º | 0.65% | 0.81% | - |
| HSV(B) | 355.16º | 0.26% | 0.93% | - |
| XYZ | 59.13 | 52.56 | 50.75 | - |
| YUV | 195.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 181 | 0 | 0.26 | 0.24 | 0.07 | 355.16 | 0.65 | 0.81 |
| Hex | EE | B0 | B5 | 0 | 1A | 18 | 7 | 163 | 41 | 51 |
| Octal | 356 | 260 | 265 | 0 | 32 | 30 | 7 | 543 | 101 | 121 |
| Binary | 11101110 | 10110000 | 10110101 | 0 | 11010 | 11000 | 111 | 101100011 | 1000001 | 1010001 |
Color Harmonies of #EEB0B5
Complementary color
Monochromatic Colors of #EEB0B5
Black with #EEB0B5
Text Example
Text Example
White with #EEB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0B5; }
p { color: rgb(238,176,181); }
H1.HeaderClassName
{
color: #EEB0B5;
}
.AnyTagClassName
{
color: #EEB0B5;
}
</style>
background-color css
<style>
a { background-color: #EEB0B5; }
a { background-color: rgb(238,176,181); }
div.DivClassName
{
background-color: #EEB0B5;
}
.BgClassName
{
background-color: #EEB0B5;
}
</style>
border-color css
<style>
span { border-color: #EEB0B5; }
span { border-color: rgb(238,176,181); }
td.TdClassName
{
border-color: #EEB0B5;
}
.TagClassName
{
border-color: #EEB0B5;
}
</style>