Shades of Blossom #E5B4B8
Tints of Blossom #E5B4B8
RGB
CMYK
RGB Variations
Color information
#E5B4B8 (or 0xE5B4B8) is known color: Blossom. HEX triplet: E5, B4 and B8. RGB value is (229,180,184). Sum of RGB (Red+Green+Blue) = 229+180+184=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4B8 is #1A4B47. Grayscale: #C3C3C3. Windows color (decimal): -1723208 or 12104933. OLE color: 12104933.
HSL color Cylindrical-coordinate representation of color #E5B4B8: hue angle of 355.1º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B4B8 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 184 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.10 |
| HSL | 355.1º | 0.49% | 0.8% | - |
| HSV(B) | 355.1º | 0.21% | 0.9% | - |
| XYZ | 57.29 | 52.76 | 52.51 | - |
| YUV | 195.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 184 | 0 | 0.21 | 0.20 | 0.10 | 355.1 | 0.49 | 0.8 |
| Hex | E5 | B4 | B8 | 0 | 15 | 14 | A | 163 | 31 | 50 |
| Octal | 345 | 264 | 270 | 0 | 25 | 24 | 12 | 543 | 61 | 120 |
| Binary | 11100101 | 10110100 | 10111000 | 0 | 10101 | 10100 | 1010 | 101100011 | 110001 | 1010000 |
Color Harmonies of #E5B4B8
Complementary color
Monochromatic Colors of #E5B4B8
Black with #E5B4B8
Text Example
Text Example
White with #E5B4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4B8; }
p { color: rgb(229,180,184); }
H1.HeaderClassName
{
color: #E5B4B8;
}
.AnyTagClassName
{
color: #E5B4B8;
}
</style>
background-color css
<style>
a { background-color: #E5B4B8; }
a { background-color: rgb(229,180,184); }
div.DivClassName
{
background-color: #E5B4B8;
}
.BgClassName
{
background-color: #E5B4B8;
}
</style>
border-color css
<style>
span { border-color: #E5B4B8; }
span { border-color: rgb(229,180,184); }
td.TdClassName
{
border-color: #E5B4B8;
}
.TagClassName
{
border-color: #E5B4B8;
}
</style>