Shades of Blossom #E5AAB6
Tints of Blossom #E5AAB6
RGB
CMYK
RGB Variations
Color information
#E5AAB6 (or 0xE5AAB6) is known color: Blossom. HEX triplet: E5, AA and B6. RGB value is (229,170,182). Sum of RGB (Red+Green+Blue) = 229+170+182=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAB6 is #1A5549. Grayscale: #BDBDBD. Windows color (decimal): -1725770 or 11971301. OLE color: 11971301.
HSL color Cylindrical-coordinate representation of color #E5AAB6: hue angle of 347.8º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAB6 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 182 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.10 |
| HSL | 347.8º | 0.53% | 0.78% | - |
| HSV(B) | 347.8º | 0.26% | 0.9% | - |
| XYZ | 55.13 | 48.78 | 50.77 | - |
| YUV | 189.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 182 | 0 | 0.26 | 0.21 | 0.10 | 347.8 | 0.53 | 0.78 |
| Hex | E5 | AA | B6 | 0 | 1A | 15 | A | 15C | 35 | 4E |
| Octal | 345 | 252 | 266 | 0 | 32 | 25 | 12 | 534 | 65 | 116 |
| Binary | 11100101 | 10101010 | 10110110 | 0 | 11010 | 10101 | 1010 | 101011100 | 110101 | 1001110 |
Color Harmonies of #E5AAB6
Complementary color
Monochromatic Colors of #E5AAB6
Black with #E5AAB6
Text Example
Text Example
White with #E5AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AAB6; }
p { color: rgb(229,170,182); }
H1.HeaderClassName
{
color: #E5AAB6;
}
.AnyTagClassName
{
color: #E5AAB6;
}
</style>
background-color css
<style>
a { background-color: #E5AAB6; }
a { background-color: rgb(229,170,182); }
div.DivClassName
{
background-color: #E5AAB6;
}
.BgClassName
{
background-color: #E5AAB6;
}
</style>
border-color css
<style>
span { border-color: #E5AAB6; }
span { border-color: rgb(229,170,182); }
td.TdClassName
{
border-color: #E5AAB6;
}
.TagClassName
{
border-color: #E5AAB6;
}
</style>