Shades of Blossom #E8AAB7
Tints of Blossom #E8AAB7
RGB
CMYK
RGB Variations
Color information
#E8AAB7 (or 0xE8AAB7) is known color: Blossom. HEX triplet: E8, AA and B7. RGB value is (232,170,183). Sum of RGB (Red+Green+Blue) = 232+170+183=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAB7 is #175548. Grayscale: #BEBEBE. Windows color (decimal): -1529161 or 12036840. OLE color: 12036840.
HSL color Cylindrical-coordinate representation of color #E8AAB7: hue angle of 347.42º 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 #E8AAB7 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 183 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.09 |
| HSL | 347.42º | 0.57% | 0.79% | - |
| HSV(B) | 347.42º | 0.27% | 0.91% | - |
| XYZ | 56.2 | 49.32 | 51.36 | - |
| YUV | 190.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 183 | 0 | 0.27 | 0.21 | 0.09 | 347.42 | 0.57 | 0.79 |
| Hex | E8 | AA | B7 | 0 | 1B | 15 | 9 | 15B | 39 | 4F |
| Octal | 350 | 252 | 267 | 0 | 33 | 25 | 11 | 533 | 71 | 117 |
| Binary | 11101000 | 10101010 | 10110111 | 0 | 11011 | 10101 | 1001 | 101011011 | 111001 | 1001111 |
Color Harmonies of #E8AAB7
Complementary color
Monochromatic Colors of #E8AAB7
Black with #E8AAB7
Text Example
Text Example
White with #E8AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAB7; }
p { color: rgb(232,170,183); }
H1.HeaderClassName
{
color: #E8AAB7;
}
.AnyTagClassName
{
color: #E8AAB7;
}
</style>
background-color css
<style>
a { background-color: #E8AAB7; }
a { background-color: rgb(232,170,183); }
div.DivClassName
{
background-color: #E8AAB7;
}
.BgClassName
{
background-color: #E8AAB7;
}
</style>
border-color css
<style>
span { border-color: #E8AAB7; }
span { border-color: rgb(232,170,183); }
td.TdClassName
{
border-color: #E8AAB7;
}
.TagClassName
{
border-color: #E8AAB7;
}
</style>