Shades of Blossom #E5ABB8
Tints of Blossom #E5ABB8
RGB
CMYK
RGB Variations
Color information
#E5ABB8 (or 0xE5ABB8) is known color: Blossom. HEX triplet: E5, AB and B8. RGB value is (229,171,184). Sum of RGB (Red+Green+Blue) = 229+171+184=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABB8 is #1A5447. Grayscale: #BDBDBD. Windows color (decimal): -1725512 or 12102629. OLE color: 12102629.
HSL color Cylindrical-coordinate representation of color #E5ABB8: hue angle of 346.55º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABB8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 184 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.10 |
| HSL | 346.55º | 0.53% | 0.78% | - |
| HSV(B) | 346.55º | 0.25% | 0.9% | - |
| XYZ | 55.53 | 49.24 | 51.93 | - |
| YUV | 189.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 184 | 0 | 0.25 | 0.20 | 0.10 | 346.55 | 0.53 | 0.78 |
| Hex | E5 | AB | B8 | 0 | 19 | 14 | A | 15B | 35 | 4E |
| Octal | 345 | 253 | 270 | 0 | 31 | 24 | 12 | 533 | 65 | 116 |
| Binary | 11100101 | 10101011 | 10111000 | 0 | 11001 | 10100 | 1010 | 101011011 | 110101 | 1001110 |
Color Harmonies of #E5ABB8
Complementary color
Monochromatic Colors of #E5ABB8
Black with #E5ABB8
Text Example
Text Example
White with #E5ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABB8; }
p { color: rgb(229,171,184); }
H1.HeaderClassName
{
color: #E5ABB8;
}
.AnyTagClassName
{
color: #E5ABB8;
}
</style>
background-color css
<style>
a { background-color: #E5ABB8; }
a { background-color: rgb(229,171,184); }
div.DivClassName
{
background-color: #E5ABB8;
}
.BgClassName
{
background-color: #E5ABB8;
}
</style>
border-color css
<style>
span { border-color: #E5ABB8; }
span { border-color: rgb(229,171,184); }
td.TdClassName
{
border-color: #E5ABB8;
}
.TagClassName
{
border-color: #E5ABB8;
}
</style>