Shades of Blossom #E8AAB8
Tints of Blossom #E8AAB8
RGB
CMYK
RGB Variations
Color information
#E8AAB8 (or 0xE8AAB8) is known color: Blossom. HEX triplet: E8, AA and B8. RGB value is (232,170,184). Sum of RGB (Red+Green+Blue) = 232+170+184=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAB8 is #175547. Grayscale: #BEBEBE. Windows color (decimal): -1529160 or 12102376. OLE color: 12102376.
HSL color Cylindrical-coordinate representation of color #E8AAB8: hue angle of 346.45º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AAB8 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 184 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.09 |
| HSL | 346.45º | 0.57% | 0.79% | - |
| HSV(B) | 346.45º | 0.27% | 0.91% | - |
| XYZ | 56.31 | 49.37 | 51.91 | - |
| YUV | 190.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 184 | 0 | 0.27 | 0.21 | 0.09 | 346.45 | 0.57 | 0.79 |
| Hex | E8 | AA | B8 | 0 | 1B | 15 | 9 | 15A | 39 | 4F |
| Octal | 350 | 252 | 270 | 0 | 33 | 25 | 11 | 532 | 71 | 117 |
| Binary | 11101000 | 10101010 | 10111000 | 0 | 11011 | 10101 | 1001 | 101011010 | 111001 | 1001111 |
Color Harmonies of #E8AAB8
Complementary color
Monochromatic Colors of #E8AAB8
Black with #E8AAB8
Text Example
Text Example
White with #E8AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAB8; }
p { color: rgb(232,170,184); }
H1.HeaderClassName
{
color: #E8AAB8;
}
.AnyTagClassName
{
color: #E8AAB8;
}
</style>
background-color css
<style>
a { background-color: #E8AAB8; }
a { background-color: rgb(232,170,184); }
div.DivClassName
{
background-color: #E8AAB8;
}
.BgClassName
{
background-color: #E8AAB8;
}
</style>
border-color css
<style>
span { border-color: #E8AAB8; }
span { border-color: rgb(232,170,184); }
td.TdClassName
{
border-color: #E8AAB8;
}
.TagClassName
{
border-color: #E8AAB8;
}
</style>