Shades of Blossom #E5BCC0
Tints of Blossom #E5BCC0
RGB
CMYK
RGB Variations
Color information
#E5BCC0 (or 0xE5BCC0) is known color: Blossom. HEX triplet: E5, BC and C0. RGB value is (229,188,192). Sum of RGB (Red+Green+Blue) = 229+188+192=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCC0 is #1A433F. Grayscale: #C8C8C8. Windows color (decimal): -1721152 or 12631269. OLE color: 12631269.
HSL color Cylindrical-coordinate representation of color #E5BCC0: hue angle of 354.15º degrees, saturation: 0.44, 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 #E5BCC0 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 192 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.10 |
| HSL | 354.15º | 0.44% | 0.82% | - |
| HSV(B) | 354.15º | 0.18% | 0.9% | - |
| XYZ | 59.81 | 56.43 | 57.61 | - |
| YUV | 200.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 192 | 0 | 0.18 | 0.16 | 0.10 | 354.15 | 0.44 | 0.82 |
| Hex | E5 | BC | C0 | 0 | 12 | 10 | A | 162 | 2C | 52 |
| Octal | 345 | 274 | 300 | 0 | 22 | 20 | 12 | 542 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11000000 | 0 | 10010 | 10000 | 1010 | 101100010 | 101100 | 1010010 |
Color Harmonies of #E5BCC0
Complementary color
Monochromatic Colors of #E5BCC0
Black with #E5BCC0
Text Example
Text Example
White with #E5BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCC0; }
p { color: rgb(229,188,192); }
H1.HeaderClassName
{
color: #E5BCC0;
}
.AnyTagClassName
{
color: #E5BCC0;
}
</style>
background-color css
<style>
a { background-color: #E5BCC0; }
a { background-color: rgb(229,188,192); }
div.DivClassName
{
background-color: #E5BCC0;
}
.BgClassName
{
background-color: #E5BCC0;
}
</style>
border-color css
<style>
span { border-color: #E5BCC0; }
span { border-color: rgb(229,188,192); }
td.TdClassName
{
border-color: #E5BCC0;
}
.TagClassName
{
border-color: #E5BCC0;
}
</style>