Shades of Blossom #E7AAB8
Tints of Blossom #E7AAB8
RGB
CMYK
RGB Variations
Color information
#E7AAB8 (or 0xE7AAB8) is known color: Blossom. HEX triplet: E7, AA and B8. RGB value is (231,170,184). Sum of RGB (Red+Green+Blue) = 231+170+184=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAB8 is #185547. Grayscale: #BDBDBD. Windows color (decimal): -1594696 or 12102375. OLE color: 12102375.
HSL color Cylindrical-coordinate representation of color #E7AAB8: hue angle of 346.23º 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 #E7AAB8 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 184 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.09 |
| HSL | 346.23º | 0.56% | 0.79% | - |
| HSV(B) | 346.23º | 0.26% | 0.91% | - |
| XYZ | 55.98 | 49.2 | 51.89 | - |
| YUV | 189.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 184 | 0 | 0.26 | 0.20 | 0.09 | 346.23 | 0.56 | 0.79 |
| Hex | E7 | AA | B8 | 0 | 1A | 14 | 9 | 15A | 38 | 4F |
| Octal | 347 | 252 | 270 | 0 | 32 | 24 | 11 | 532 | 70 | 117 |
| Binary | 11100111 | 10101010 | 10111000 | 0 | 11010 | 10100 | 1001 | 101011010 | 111000 | 1001111 |
Color Harmonies of #E7AAB8
Complementary color
Monochromatic Colors of #E7AAB8
Black with #E7AAB8
Text Example
Text Example
White with #E7AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAB8; }
p { color: rgb(231,170,184); }
H1.HeaderClassName
{
color: #E7AAB8;
}
.AnyTagClassName
{
color: #E7AAB8;
}
</style>
background-color css
<style>
a { background-color: #E7AAB8; }
a { background-color: rgb(231,170,184); }
div.DivClassName
{
background-color: #E7AAB8;
}
.BgClassName
{
background-color: #E7AAB8;
}
</style>
border-color css
<style>
span { border-color: #E7AAB8; }
span { border-color: rgb(231,170,184); }
td.TdClassName
{
border-color: #E7AAB8;
}
.TagClassName
{
border-color: #E7AAB8;
}
</style>