Shades of Blossom #E3B2BB
Tints of Blossom #E3B2BB
RGB
CMYK
RGB Variations
Color information
#E3B2BB (or 0xE3B2BB) is known color: Blossom. HEX triplet: E3, B2 and BB. RGB value is (227,178,187). Sum of RGB (Red+Green+Blue) = 227+178+187=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B2BB is #1C4D44. Grayscale: #C1C1C1. Windows color (decimal): -1854789 or 12301027. OLE color: 12301027.
HSL color Cylindrical-coordinate representation of color #E3B2BB: hue angle of 348.98º degrees, saturation: 0.47, 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 #E3B2BB is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 178 | 187 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.11 |
| HSL | 348.98º | 0.47% | 0.79% | - |
| HSV(B) | 348.98º | 0.22% | 0.89% | - |
| XYZ | 56.57 | 51.76 | 54.02 | - |
| YUV | 193.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 178 | 187 | 0 | 0.22 | 0.18 | 0.11 | 348.98 | 0.47 | 0.79 |
| Hex | E3 | B2 | BB | 0 | 16 | 12 | B | 15D | 2F | 4F |
| Octal | 343 | 262 | 273 | 0 | 26 | 22 | 13 | 535 | 57 | 117 |
| Binary | 11100011 | 10110010 | 10111011 | 0 | 10110 | 10010 | 1011 | 101011101 | 101111 | 1001111 |
Color Harmonies of #E3B2BB
Complementary color
Monochromatic Colors of #E3B2BB
Black with #E3B2BB
Text Example
Text Example
White with #E3B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B2BB; }
p { color: rgb(227,178,187); }
H1.HeaderClassName
{
color: #E3B2BB;
}
.AnyTagClassName
{
color: #E3B2BB;
}
</style>
background-color css
<style>
a { background-color: #E3B2BB; }
a { background-color: rgb(227,178,187); }
div.DivClassName
{
background-color: #E3B2BB;
}
.BgClassName
{
background-color: #E3B2BB;
}
</style>
border-color css
<style>
span { border-color: #E3B2BB; }
span { border-color: rgb(227,178,187); }
td.TdClassName
{
border-color: #E3B2BB;
}
.TagClassName
{
border-color: #E3B2BB;
}
</style>