Shades of Blossom #E7A7B2
Tints of Blossom #E7A7B2
RGB
CMYK
RGB Variations
Color information
#E7A7B2 (or 0xE7A7B2) is known color: Blossom. HEX triplet: E7, A7 and B2. RGB value is (231,167,178). Sum of RGB (Red+Green+Blue) = 231+167+178=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A7B2 is #18584D. Grayscale: #BBBBBB. Windows color (decimal): -1595470 or 11708391. OLE color: 11708391.
HSL color Cylindrical-coordinate representation of color #E7A7B2: hue angle of 349.69º degrees, saturation: 0.57, 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 #E7A7B2 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 178 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.09 |
| HSL | 349.69º | 0.57% | 0.78% | - |
| HSV(B) | 349.69º | 0.28% | 0.91% | - |
| XYZ | 54.81 | 47.84 | 48.46 | - |
| YUV | 187.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 178 | 0 | 0.28 | 0.23 | 0.09 | 349.69 | 0.57 | 0.78 |
| Hex | E7 | A7 | B2 | 0 | 1C | 17 | 9 | 15E | 39 | 4E |
| Octal | 347 | 247 | 262 | 0 | 34 | 27 | 11 | 536 | 71 | 116 |
| Binary | 11100111 | 10100111 | 10110010 | 0 | 11100 | 10111 | 1001 | 101011110 | 111001 | 1001110 |
Color Harmonies of #E7A7B2
Complementary color
Monochromatic Colors of #E7A7B2
Black with #E7A7B2
Text Example
Text Example
White with #E7A7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A7B2; }
p { color: rgb(231,167,178); }
H1.HeaderClassName
{
color: #E7A7B2;
}
.AnyTagClassName
{
color: #E7A7B2;
}
</style>
background-color css
<style>
a { background-color: #E7A7B2; }
a { background-color: rgb(231,167,178); }
div.DivClassName
{
background-color: #E7A7B2;
}
.BgClassName
{
background-color: #E7A7B2;
}
</style>
border-color css
<style>
span { border-color: #E7A7B2; }
span { border-color: rgb(231,167,178); }
td.TdClassName
{
border-color: #E7A7B2;
}
.TagClassName
{
border-color: #E7A7B2;
}
</style>