Shades of Blossom #E7A6B8
Tints of Blossom #E7A6B8
RGB
CMYK
RGB Variations
Color information
#E7A6B8 (or 0xE7A6B8) is known color: Blossom. HEX triplet: E7, A6 and B8. RGB value is (231,166,184). Sum of RGB (Red+Green+Blue) = 231+166+184=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6B8 is #185947. Grayscale: #BBBBBB. Windows color (decimal): -1595720 or 12101351. OLE color: 12101351.
HSL color Cylindrical-coordinate representation of color #E7A6B8: hue angle of 343.38º 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 #E7A6B8 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 184 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.09 |
| HSL | 343.38º | 0.58% | 0.78% | - |
| HSV(B) | 343.38º | 0.28% | 0.91% | - |
| XYZ | 55.24 | 47.72 | 51.65 | - |
| YUV | 187.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 184 | 0 | 0.28 | 0.20 | 0.09 | 343.38 | 0.58 | 0.78 |
| Hex | E7 | A6 | B8 | 0 | 1C | 14 | 9 | 157 | 3A | 4E |
| Octal | 347 | 246 | 270 | 0 | 34 | 24 | 11 | 527 | 72 | 116 |
| Binary | 11100111 | 10100110 | 10111000 | 0 | 11100 | 10100 | 1001 | 101010111 | 111010 | 1001110 |
Color Harmonies of #E7A6B8
Complementary color
Monochromatic Colors of #E7A6B8
Black with #E7A6B8
Text Example
Text Example
White with #E7A6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6B8; }
p { color: rgb(231,166,184); }
H1.HeaderClassName
{
color: #E7A6B8;
}
.AnyTagClassName
{
color: #E7A6B8;
}
</style>
background-color css
<style>
a { background-color: #E7A6B8; }
a { background-color: rgb(231,166,184); }
div.DivClassName
{
background-color: #E7A6B8;
}
.BgClassName
{
background-color: #E7A6B8;
}
</style>
border-color css
<style>
span { border-color: #E7A6B8; }
span { border-color: rgb(231,166,184); }
td.TdClassName
{
border-color: #E7A6B8;
}
.TagClassName
{
border-color: #E7A6B8;
}
</style>