Shades of Blossom #E2BCBF
Tints of Blossom #E2BCBF
RGB
CMYK
RGB Variations
Color information
#E2BCBF (or 0xE2BCBF) is known color: Blossom. HEX triplet: E2, BC and BF. RGB value is (226,188,191). Sum of RGB (Red+Green+Blue) = 226+188+191=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBF is #1D4340. Grayscale: #C7C7C7. Windows color (decimal): -1917761 or 12565730. OLE color: 12565730.
HSL color Cylindrical-coordinate representation of color #E2BCBF: hue angle of 355.26º degrees, saturation: 0.4, 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 #E2BCBF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 191 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.11 |
| HSL | 355.26º | 0.4% | 0.81% | - |
| HSV(B) | 355.26º | 0.17% | 0.89% | - |
| XYZ | 58.75 | 55.9 | 56.98 | - |
| YUV | 199.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 191 | 0 | 0.17 | 0.15 | 0.11 | 355.26 | 0.4 | 0.81 |
| Hex | E2 | BC | BF | 0 | 11 | F | B | 163 | 28 | 51 |
| Octal | 342 | 274 | 277 | 0 | 21 | 17 | 13 | 543 | 50 | 121 |
| Binary | 11100010 | 10111100 | 10111111 | 0 | 10001 | 1111 | 1011 | 101100011 | 101000 | 1010001 |
Color Harmonies of #E2BCBF
Complementary color
Monochromatic Colors of #E2BCBF
Black with #E2BCBF
Text Example
Text Example
White with #E2BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCBF; }
p { color: rgb(226,188,191); }
H1.HeaderClassName
{
color: #E2BCBF;
}
.AnyTagClassName
{
color: #E2BCBF;
}
</style>
background-color css
<style>
a { background-color: #E2BCBF; }
a { background-color: rgb(226,188,191); }
div.DivClassName
{
background-color: #E2BCBF;
}
.BgClassName
{
background-color: #E2BCBF;
}
</style>
border-color css
<style>
span { border-color: #E2BCBF; }
span { border-color: rgb(226,188,191); }
td.TdClassName
{
border-color: #E2BCBF;
}
.TagClassName
{
border-color: #E2BCBF;
}
</style>