Shades of Blossom #E9AAB5
Tints of Blossom #E9AAB5
RGB
CMYK
RGB Variations
Color information
#E9AAB5 (or 0xE9AAB5) is known color: Blossom. HEX triplet: E9, AA and B5. RGB value is (233,170,181). Sum of RGB (Red+Green+Blue) = 233+170+181=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAB5 is #16554A. Grayscale: #BEBEBE. Windows color (decimal): -1463627 or 11905769. OLE color: 11905769.
HSL color Cylindrical-coordinate representation of color #E9AAB5: hue angle of 349.52º degrees, saturation: 0.59, 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 #E9AAB5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 181 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.09 |
| HSL | 349.52º | 0.59% | 0.79% | - |
| HSV(B) | 349.52º | 0.27% | 0.91% | - |
| XYZ | 56.32 | 49.41 | 50.28 | - |
| YUV | 190.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 181 | 0 | 0.27 | 0.22 | 0.09 | 349.52 | 0.59 | 0.79 |
| Hex | E9 | AA | B5 | 0 | 1B | 16 | 9 | 15E | 3B | 4F |
| Octal | 351 | 252 | 265 | 0 | 33 | 26 | 11 | 536 | 73 | 117 |
| Binary | 11101001 | 10101010 | 10110101 | 0 | 11011 | 10110 | 1001 | 101011110 | 111011 | 1001111 |
Color Harmonies of #E9AAB5
Complementary color
Monochromatic Colors of #E9AAB5
Black with #E9AAB5
Text Example
Text Example
White with #E9AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAB5; }
p { color: rgb(233,170,181); }
H1.HeaderClassName
{
color: #E9AAB5;
}
.AnyTagClassName
{
color: #E9AAB5;
}
</style>
background-color css
<style>
a { background-color: #E9AAB5; }
a { background-color: rgb(233,170,181); }
div.DivClassName
{
background-color: #E9AAB5;
}
.BgClassName
{
background-color: #E9AAB5;
}
</style>
border-color css
<style>
span { border-color: #E9AAB5; }
span { border-color: rgb(233,170,181); }
td.TdClassName
{
border-color: #E9AAB5;
}
.TagClassName
{
border-color: #E9AAB5;
}
</style>