Shades of Blossom #E3B0B6
Tints of Blossom #E3B0B6
RGB
CMYK
RGB Variations
Color information
#E3B0B6 (or 0xE3B0B6) is known color: Blossom. HEX triplet: E3, B0 and B6. RGB value is (227,176,182). Sum of RGB (Red+Green+Blue) = 227+176+182=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B0B6 is #1C4F49. Grayscale: #BFBFBF. Windows color (decimal): -1855306 or 11972835. OLE color: 11972835.
HSL color Cylindrical-coordinate representation of color #E3B0B6: hue angle of 352.94º degrees, saturation: 0.48, 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 #E3B0B6 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 176 | 182 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.11 |
| HSL | 352.94º | 0.48% | 0.79% | - |
| HSV(B) | 352.94º | 0.22% | 0.89% | - |
| XYZ | 55.65 | 50.76 | 51.12 | - |
| YUV | 191.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 176 | 182 | 0 | 0.22 | 0.20 | 0.11 | 352.94 | 0.48 | 0.79 |
| Hex | E3 | B0 | B6 | 0 | 16 | 14 | B | 161 | 30 | 4F |
| Octal | 343 | 260 | 266 | 0 | 26 | 24 | 13 | 541 | 60 | 117 |
| Binary | 11100011 | 10110000 | 10110110 | 0 | 10110 | 10100 | 1011 | 101100001 | 110000 | 1001111 |
Color Harmonies of #E3B0B6
Complementary color
Monochromatic Colors of #E3B0B6
Black with #E3B0B6
Text Example
Text Example
White with #E3B0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B0B6; }
p { color: rgb(227,176,182); }
H1.HeaderClassName
{
color: #E3B0B6;
}
.AnyTagClassName
{
color: #E3B0B6;
}
</style>
background-color css
<style>
a { background-color: #E3B0B6; }
a { background-color: rgb(227,176,182); }
div.DivClassName
{
background-color: #E3B0B6;
}
.BgClassName
{
background-color: #E3B0B6;
}
</style>
border-color css
<style>
span { border-color: #E3B0B6; }
span { border-color: rgb(227,176,182); }
td.TdClassName
{
border-color: #E3B0B6;
}
.TagClassName
{
border-color: #E3B0B6;
}
</style>