Shades of Blossom #E3BCBE
Tints of Blossom #E3BCBE
RGB
CMYK
RGB Variations
Color information
#E3BCBE (or 0xE3BCBE) is known color: Blossom. HEX triplet: E3, BC and BE. RGB value is (227,188,190). Sum of RGB (Red+Green+Blue) = 227+188+190=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BCBE is #1C4341. Grayscale: #C7C7C7. Windows color (decimal): -1852226 or 12500195. OLE color: 12500195.
HSL color Cylindrical-coordinate representation of color #E3BCBE: hue angle of 356.92º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BCBE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 190 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.11 |
| HSL | 356.92º | 0.41% | 0.81% | - |
| HSV(B) | 356.92º | 0.17% | 0.89% | - |
| XYZ | 58.96 | 56.02 | 56.42 | - |
| YUV | 199.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 190 | 0 | 0.17 | 0.16 | 0.11 | 356.92 | 0.41 | 0.81 |
| Hex | E3 | BC | BE | 0 | 11 | 10 | B | 165 | 29 | 51 |
| Octal | 343 | 274 | 276 | 0 | 21 | 20 | 13 | 545 | 51 | 121 |
| Binary | 11100011 | 10111100 | 10111110 | 0 | 10001 | 10000 | 1011 | 101100101 | 101001 | 1010001 |
Color Harmonies of #E3BCBE
Complementary color
Monochromatic Colors of #E3BCBE
Black with #E3BCBE
Text Example
Text Example
White with #E3BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCBE; }
p { color: rgb(227,188,190); }
H1.HeaderClassName
{
color: #E3BCBE;
}
.AnyTagClassName
{
color: #E3BCBE;
}
</style>
background-color css
<style>
a { background-color: #E3BCBE; }
a { background-color: rgb(227,188,190); }
div.DivClassName
{
background-color: #E3BCBE;
}
.BgClassName
{
background-color: #E3BCBE;
}
</style>
border-color css
<style>
span { border-color: #E3BCBE; }
span { border-color: rgb(227,188,190); }
td.TdClassName
{
border-color: #E3BCBE;
}
.TagClassName
{
border-color: #E3BCBE;
}
</style>