Shades of Blossom #E9B9BE
Tints of Blossom #E9B9BE
RGB
CMYK
RGB Variations
Color information
#E9B9BE (or 0xE9B9BE) is known color: Blossom. HEX triplet: E9, B9 and BE. RGB value is (233,185,190). Sum of RGB (Red+Green+Blue) = 233+185+190=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9BE is #164641. Grayscale: #C7C7C7. Windows color (decimal): -1459778 or 12499433. OLE color: 12499433.
HSL color Cylindrical-coordinate representation of color #E9B9BE: hue angle of 353.75º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B9BE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 185 | 190 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.09 |
| HSL | 353.75º | 0.52% | 0.82% | - |
| HSV(B) | 353.75º | 0.21% | 0.91% | - |
| XYZ | 60.25 | 55.74 | 56.3 | - |
| YUV | 199.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 185 | 190 | 0 | 0.21 | 0.18 | 0.09 | 353.75 | 0.52 | 0.82 |
| Hex | E9 | B9 | BE | 0 | 15 | 12 | 9 | 162 | 34 | 52 |
| Octal | 351 | 271 | 276 | 0 | 25 | 22 | 11 | 542 | 64 | 122 |
| Binary | 11101001 | 10111001 | 10111110 | 0 | 10101 | 10010 | 1001 | 101100010 | 110100 | 1010010 |
Color Harmonies of #E9B9BE
Complementary color
Monochromatic Colors of #E9B9BE
Black with #E9B9BE
Text Example
Text Example
White with #E9B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B9BE; }
p { color: rgb(233,185,190); }
H1.HeaderClassName
{
color: #E9B9BE;
}
.AnyTagClassName
{
color: #E9B9BE;
}
</style>
background-color css
<style>
a { background-color: #E9B9BE; }
a { background-color: rgb(233,185,190); }
div.DivClassName
{
background-color: #E9B9BE;
}
.BgClassName
{
background-color: #E9B9BE;
}
</style>
border-color css
<style>
span { border-color: #E9B9BE; }
span { border-color: rgb(233,185,190); }
td.TdClassName
{
border-color: #E9B9BE;
}
.TagClassName
{
border-color: #E9B9BE;
}
</style>