Shades of Blossom #E5B8BE
Tints of Blossom #E5B8BE
RGB
CMYK
RGB Variations
Color information
#E5B8BE (or 0xE5B8BE) is known color: Blossom. HEX triplet: E5, B8 and BE. RGB value is (229,184,190). Sum of RGB (Red+Green+Blue) = 229+184+190=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B8BE is #1A4741. Grayscale: #C6C6C6. Windows color (decimal): -1722178 or 12499173. OLE color: 12499173.
HSL color Cylindrical-coordinate representation of color #E5B8BE: hue angle of 352º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B8BE is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 190 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.10 |
| HSL | 352º | 0.46% | 0.81% | - |
| HSV(B) | 352º | 0.2% | 0.9% | - |
| XYZ | 58.75 | 54.66 | 56.17 | - |
| YUV | 198.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 190 | 0 | 0.20 | 0.17 | 0.10 | 352 | 0.46 | 0.81 |
| Hex | E5 | B8 | BE | 0 | 14 | 11 | A | 160 | 2E | 51 |
| Octal | 345 | 270 | 276 | 0 | 24 | 21 | 12 | 540 | 56 | 121 |
| Binary | 11100101 | 10111000 | 10111110 | 0 | 10100 | 10001 | 1010 | 101100000 | 101110 | 1010001 |
Color Harmonies of #E5B8BE
Complementary color
Monochromatic Colors of #E5B8BE
Black with #E5B8BE
Text Example
Text Example
White with #E5B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8BE; }
p { color: rgb(229,184,190); }
H1.HeaderClassName
{
color: #E5B8BE;
}
.AnyTagClassName
{
color: #E5B8BE;
}
</style>
background-color css
<style>
a { background-color: #E5B8BE; }
a { background-color: rgb(229,184,190); }
div.DivClassName
{
background-color: #E5B8BE;
}
.BgClassName
{
background-color: #E5B8BE;
}
</style>
border-color css
<style>
span { border-color: #E5B8BE; }
span { border-color: rgb(229,184,190); }
td.TdClassName
{
border-color: #E5B8BE;
}
.TagClassName
{
border-color: #E5B8BE;
}
</style>