Shades of Blossom #E5BBBE
Tints of Blossom #E5BBBE
RGB
CMYK
RGB Variations
Color information
#E5BBBE (or 0xE5BBBE) is known color: Blossom. HEX triplet: E5, BB and BE. RGB value is (229,187,190). Sum of RGB (Red+Green+Blue) = 229+187+190=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBBE is #1A4441. Grayscale: #C7C7C7. Windows color (decimal): -1721410 or 12499941. OLE color: 12499941.
HSL color Cylindrical-coordinate representation of color #E5BBBE: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BBBE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 190 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.10 |
| HSL | 355.71º | 0.45% | 0.82% | - |
| HSV(B) | 355.71º | 0.18% | 0.9% | - |
| XYZ | 59.38 | 55.92 | 56.38 | - |
| YUV | 199.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 190 | 0 | 0.18 | 0.17 | 0.10 | 355.71 | 0.45 | 0.82 |
| Hex | E5 | BB | BE | 0 | 12 | 11 | A | 164 | 2D | 52 |
| Octal | 345 | 273 | 276 | 0 | 22 | 21 | 12 | 544 | 55 | 122 |
| Binary | 11100101 | 10111011 | 10111110 | 0 | 10010 | 10001 | 1010 | 101100100 | 101101 | 1010010 |
Color Harmonies of #E5BBBE
Complementary color
Monochromatic Colors of #E5BBBE
Black with #E5BBBE
Text Example
Text Example
White with #E5BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBBE; }
p { color: rgb(229,187,190); }
H1.HeaderClassName
{
color: #E5BBBE;
}
.AnyTagClassName
{
color: #E5BBBE;
}
</style>
background-color css
<style>
a { background-color: #E5BBBE; }
a { background-color: rgb(229,187,190); }
div.DivClassName
{
background-color: #E5BBBE;
}
.BgClassName
{
background-color: #E5BBBE;
}
</style>
border-color css
<style>
span { border-color: #E5BBBE; }
span { border-color: rgb(229,187,190); }
td.TdClassName
{
border-color: #E5BBBE;
}
.TagClassName
{
border-color: #E5BBBE;
}
</style>