Shades of Blossom #E8BCC0
Tints of Blossom #E8BCC0
RGB
CMYK
RGB Variations
Color information
#E8BCC0 (or 0xE8BCC0) is known color: Blossom. HEX triplet: E8, BC and C0. RGB value is (232,188,192). Sum of RGB (Red+Green+Blue) = 232+188+192=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCC0 is #17433F. Grayscale: #C9C9C9. Windows color (decimal): -1524544 or 12631272. OLE color: 12631272.
HSL color Cylindrical-coordinate representation of color #E8BCC0: hue angle of 354.55º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BCC0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 192 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.09 |
| HSL | 354.55º | 0.49% | 0.82% | - |
| HSV(B) | 354.55º | 0.19% | 0.91% | - |
| XYZ | 60.78 | 56.93 | 57.65 | - |
| YUV | 201.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 192 | 0 | 0.19 | 0.17 | 0.09 | 354.55 | 0.49 | 0.82 |
| Hex | E8 | BC | C0 | 0 | 13 | 11 | 9 | 163 | 31 | 52 |
| Octal | 350 | 274 | 300 | 0 | 23 | 21 | 11 | 543 | 61 | 122 |
| Binary | 11101000 | 10111100 | 11000000 | 0 | 10011 | 10001 | 1001 | 101100011 | 110001 | 1010010 |
Color Harmonies of #E8BCC0
Complementary color
Monochromatic Colors of #E8BCC0
Black with #E8BCC0
Text Example
Text Example
White with #E8BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCC0; }
p { color: rgb(232,188,192); }
H1.HeaderClassName
{
color: #E8BCC0;
}
.AnyTagClassName
{
color: #E8BCC0;
}
</style>
background-color css
<style>
a { background-color: #E8BCC0; }
a { background-color: rgb(232,188,192); }
div.DivClassName
{
background-color: #E8BCC0;
}
.BgClassName
{
background-color: #E8BCC0;
}
</style>
border-color css
<style>
span { border-color: #E8BCC0; }
span { border-color: rgb(232,188,192); }
td.TdClassName
{
border-color: #E8BCC0;
}
.TagClassName
{
border-color: #E8BCC0;
}
</style>