Shades of Blossom #E5B7B8
Tints of Blossom #E5B7B8
RGB
CMYK
RGB Variations
Color information
#E5B7B8 (or 0xE5B7B8) is known color: Blossom. HEX triplet: E5, B7 and B8. RGB value is (229,183,184). Sum of RGB (Red+Green+Blue) = 229+183+184=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B7B8 is #1A4847. Grayscale: #C4C4C4. Windows color (decimal): -1722440 or 12105701. OLE color: 12105701.
HSL color Cylindrical-coordinate representation of color #E5B7B8: hue angle of 358.7º degrees, saturation: 0.47, 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 #E5B7B8 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 184 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.10 |
| HSL | 358.7º | 0.47% | 0.81% | - |
| HSV(B) | 358.7º | 0.2% | 0.9% | - |
| XYZ | 57.9 | 53.99 | 52.72 | - |
| YUV | 196.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 184 | 0 | 0.20 | 0.20 | 0.10 | 358.7 | 0.47 | 0.81 |
| Hex | E5 | B7 | B8 | 0 | 14 | 14 | A | 167 | 2F | 51 |
| Octal | 345 | 267 | 270 | 0 | 24 | 24 | 12 | 547 | 57 | 121 |
| Binary | 11100101 | 10110111 | 10111000 | 0 | 10100 | 10100 | 1010 | 101100111 | 101111 | 1010001 |
Color Harmonies of #E5B7B8
Complementary color
Monochromatic Colors of #E5B7B8
Black with #E5B7B8
Text Example
Text Example
White with #E5B7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7B8; }
p { color: rgb(229,183,184); }
H1.HeaderClassName
{
color: #E5B7B8;
}
.AnyTagClassName
{
color: #E5B7B8;
}
</style>
background-color css
<style>
a { background-color: #E5B7B8; }
a { background-color: rgb(229,183,184); }
div.DivClassName
{
background-color: #E5B7B8;
}
.BgClassName
{
background-color: #E5B7B8;
}
</style>
border-color css
<style>
span { border-color: #E5B7B8; }
span { border-color: rgb(229,183,184); }
td.TdClassName
{
border-color: #E5B7B8;
}
.TagClassName
{
border-color: #E5B7B8;
}
</style>