Shades of Blossom #E7A6B0
Tints of Blossom #E7A6B0
RGB
CMYK
RGB Variations
Color information
#E7A6B0 (or 0xE7A6B0) is known color: Blossom. HEX triplet: E7, A6 and B0. RGB value is (231,166,176). Sum of RGB (Red+Green+Blue) = 231+166+176=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A6B0 is #18594F. Grayscale: #BABABA. Windows color (decimal): -1595728 or 11577063. OLE color: 11577063.
HSL color Cylindrical-coordinate representation of color #E7A6B0: hue angle of 350.77º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A6B0 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 176 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.09 |
| HSL | 350.77º | 0.58% | 0.78% | - |
| HSV(B) | 350.77º | 0.28% | 0.91% | - |
| XYZ | 54.43 | 47.4 | 47.35 | - |
| YUV | 186.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 176 | 0 | 0.28 | 0.24 | 0.09 | 350.77 | 0.58 | 0.78 |
| Hex | E7 | A6 | B0 | 0 | 1C | 18 | 9 | 15F | 3A | 4E |
| Octal | 347 | 246 | 260 | 0 | 34 | 30 | 11 | 537 | 72 | 116 |
| Binary | 11100111 | 10100110 | 10110000 | 0 | 11100 | 11000 | 1001 | 101011111 | 111010 | 1001110 |
Color Harmonies of #E7A6B0
Complementary color
Monochromatic Colors of #E7A6B0
Black with #E7A6B0
Text Example
Text Example
White with #E7A6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6B0; }
p { color: rgb(231,166,176); }
H1.HeaderClassName
{
color: #E7A6B0;
}
.AnyTagClassName
{
color: #E7A6B0;
}
</style>
background-color css
<style>
a { background-color: #E7A6B0; }
a { background-color: rgb(231,166,176); }
div.DivClassName
{
background-color: #E7A6B0;
}
.BgClassName
{
background-color: #E7A6B0;
}
</style>
border-color css
<style>
span { border-color: #E7A6B0; }
span { border-color: rgb(231,166,176); }
td.TdClassName
{
border-color: #E7A6B0;
}
.TagClassName
{
border-color: #E7A6B0;
}
</style>