Shades of Blossom #E2B2B9
Tints of Blossom #E2B2B9
RGB
CMYK
RGB Variations
Color information
#E2B2B9 (or 0xE2B2B9) is known color: Blossom. HEX triplet: E2, B2 and B9. RGB value is (226,178,185). Sum of RGB (Red+Green+Blue) = 226+178+185=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2B9 is #1D4D46. Grayscale: #C1C1C1. Windows color (decimal): -1920327 or 12169954. OLE color: 12169954.
HSL color Cylindrical-coordinate representation of color #E2B2B9: hue angle of 351.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B2B9 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 185 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.11 |
| HSL | 351.25º | 0.45% | 0.79% | - |
| HSV(B) | 351.25º | 0.21% | 0.89% | - |
| XYZ | 56.04 | 51.51 | 52.89 | - |
| YUV | 193.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 185 | 0 | 0.21 | 0.18 | 0.11 | 351.25 | 0.45 | 0.79 |
| Hex | E2 | B2 | B9 | 0 | 15 | 12 | B | 15F | 2D | 4F |
| Octal | 342 | 262 | 271 | 0 | 25 | 22 | 13 | 537 | 55 | 117 |
| Binary | 11100010 | 10110010 | 10111001 | 0 | 10101 | 10010 | 1011 | 101011111 | 101101 | 1001111 |
Color Harmonies of #E2B2B9
Complementary color
Monochromatic Colors of #E2B2B9
Black with #E2B2B9
Text Example
Text Example
White with #E2B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2B9; }
p { color: rgb(226,178,185); }
H1.HeaderClassName
{
color: #E2B2B9;
}
.AnyTagClassName
{
color: #E2B2B9;
}
</style>
background-color css
<style>
a { background-color: #E2B2B9; }
a { background-color: rgb(226,178,185); }
div.DivClassName
{
background-color: #E2B2B9;
}
.BgClassName
{
background-color: #E2B2B9;
}
</style>
border-color css
<style>
span { border-color: #E2B2B9; }
span { border-color: rgb(226,178,185); }
td.TdClassName
{
border-color: #E2B2B9;
}
.TagClassName
{
border-color: #E2B2B9;
}
</style>