Shades of Blossom #E7A8B2
Tints of Blossom #E7A8B2
RGB
CMYK
RGB Variations
Color information
#E7A8B2 (or 0xE7A8B2) is known color: Blossom. HEX triplet: E7, A8 and B2. RGB value is (231,168,178). Sum of RGB (Red+Green+Blue) = 231+168+178=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A8B2 is #18574D. Grayscale: #BCBCBC. Windows color (decimal): -1595214 or 11708647. OLE color: 11708647.
HSL color Cylindrical-coordinate representation of color #E7A8B2: hue angle of 350.48º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8B2 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 178 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.09 |
| HSL | 350.48º | 0.57% | 0.78% | - |
| HSV(B) | 350.48º | 0.27% | 0.91% | - |
| XYZ | 54.99 | 48.21 | 48.53 | - |
| YUV | 187.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 178 | 0 | 0.27 | 0.23 | 0.09 | 350.48 | 0.57 | 0.78 |
| Hex | E7 | A8 | B2 | 0 | 1B | 17 | 9 | 15E | 39 | 4E |
| Octal | 347 | 250 | 262 | 0 | 33 | 27 | 11 | 536 | 71 | 116 |
| Binary | 11100111 | 10101000 | 10110010 | 0 | 11011 | 10111 | 1001 | 101011110 | 111001 | 1001110 |
Color Harmonies of #E7A8B2
Complementary color
Monochromatic Colors of #E7A8B2
Black with #E7A8B2
Text Example
Text Example
White with #E7A8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8B2; }
p { color: rgb(231,168,178); }
H1.HeaderClassName
{
color: #E7A8B2;
}
.AnyTagClassName
{
color: #E7A8B2;
}
</style>
background-color css
<style>
a { background-color: #E7A8B2; }
a { background-color: rgb(231,168,178); }
div.DivClassName
{
background-color: #E7A8B2;
}
.BgClassName
{
background-color: #E7A8B2;
}
</style>
border-color css
<style>
span { border-color: #E7A8B2; }
span { border-color: rgb(231,168,178); }
td.TdClassName
{
border-color: #E7A8B2;
}
.TagClassName
{
border-color: #E7A8B2;
}
</style>