Shades of Blossom #E2B0B5
Tints of Blossom #E2B0B5
RGB
CMYK
RGB Variations
Color information
#E2B0B5 (or 0xE2B0B5) is known color: Blossom. HEX triplet: E2, B0 and B5. RGB value is (226,176,181). Sum of RGB (Red+Green+Blue) = 226+176+181=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0B5 is #1D4F4A. Grayscale: #BFBFBF. Windows color (decimal): -1920843 or 11907298. OLE color: 11907298.
HSL color Cylindrical-coordinate representation of color #E2B0B5: hue angle of 354º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B0B5 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 181 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.11 |
| HSL | 354º | 0.46% | 0.79% | - |
| HSV(B) | 354º | 0.22% | 0.89% | - |
| XYZ | 55.23 | 50.56 | 50.56 | - |
| YUV | 191.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 181 | 0 | 0.22 | 0.20 | 0.11 | 354 | 0.46 | 0.79 |
| Hex | E2 | B0 | B5 | 0 | 16 | 14 | B | 162 | 2E | 4F |
| Octal | 342 | 260 | 265 | 0 | 26 | 24 | 13 | 542 | 56 | 117 |
| Binary | 11100010 | 10110000 | 10110101 | 0 | 10110 | 10100 | 1011 | 101100010 | 101110 | 1001111 |
Color Harmonies of #E2B0B5
Complementary color
Monochromatic Colors of #E2B0B5
Black with #E2B0B5
Text Example
Text Example
White with #E2B0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0B5; }
p { color: rgb(226,176,181); }
H1.HeaderClassName
{
color: #E2B0B5;
}
.AnyTagClassName
{
color: #E2B0B5;
}
</style>
background-color css
<style>
a { background-color: #E2B0B5; }
a { background-color: rgb(226,176,181); }
div.DivClassName
{
background-color: #E2B0B5;
}
.BgClassName
{
background-color: #E2B0B5;
}
</style>
border-color css
<style>
span { border-color: #E2B0B5; }
span { border-color: rgb(226,176,181); }
td.TdClassName
{
border-color: #E2B0B5;
}
.TagClassName
{
border-color: #E2B0B5;
}
</style>