Shades of Blossom #E7ABB8
Tints of Blossom #E7ABB8
RGB
CMYK
RGB Variations
Color information
#E7ABB8 (or 0xE7ABB8) is known color: Blossom. HEX triplet: E7, AB and B8. RGB value is (231,171,184). Sum of RGB (Red+Green+Blue) = 231+171+184=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABB8 is #185447. Grayscale: #BEBEBE. Windows color (decimal): -1594440 or 12102631. OLE color: 12102631.
HSL color Cylindrical-coordinate representation of color #E7ABB8: hue angle of 347º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ABB8 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 184 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.09 |
| HSL | 347º | 0.56% | 0.79% | - |
| HSV(B) | 347º | 0.26% | 0.91% | - |
| XYZ | 56.17 | 49.58 | 51.96 | - |
| YUV | 190.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 184 | 0 | 0.26 | 0.20 | 0.09 | 347 | 0.56 | 0.79 |
| Hex | E7 | AB | B8 | 0 | 1A | 14 | 9 | 15B | 38 | 4F |
| Octal | 347 | 253 | 270 | 0 | 32 | 24 | 11 | 533 | 70 | 117 |
| Binary | 11100111 | 10101011 | 10111000 | 0 | 11010 | 10100 | 1001 | 101011011 | 111000 | 1001111 |
Color Harmonies of #E7ABB8
Complementary color
Monochromatic Colors of #E7ABB8
Black with #E7ABB8
Text Example
Text Example
White with #E7ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABB8; }
p { color: rgb(231,171,184); }
H1.HeaderClassName
{
color: #E7ABB8;
}
.AnyTagClassName
{
color: #E7ABB8;
}
</style>
background-color css
<style>
a { background-color: #E7ABB8; }
a { background-color: rgb(231,171,184); }
div.DivClassName
{
background-color: #E7ABB8;
}
.BgClassName
{
background-color: #E7ABB8;
}
</style>
border-color css
<style>
span { border-color: #E7ABB8; }
span { border-color: rgb(231,171,184); }
td.TdClassName
{
border-color: #E7ABB8;
}
.TagClassName
{
border-color: #E7ABB8;
}
</style>