Shades of Blossom #E0ABB5
Tints of Blossom #E0ABB5
RGB
CMYK
RGB Variations
Color information
#E0ABB5 (or 0xE0ABB5) is known color: Blossom. HEX triplet: E0, AB and B5. RGB value is (224,171,181). Sum of RGB (Red+Green+Blue) = 224+171+181=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABB5 is #1F544A. Grayscale: #BCBCBC. Windows color (decimal): -2053195 or 11906016. OLE color: 11906016.
HSL color Cylindrical-coordinate representation of color #E0ABB5: hue angle of 348.68º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABB5 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 181 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.12 |
| HSL | 348.68º | 0.46% | 0.77% | - |
| HSV(B) | 348.68º | 0.24% | 0.88% | - |
| XYZ | 53.64 | 48.31 | 50.21 | - |
| YUV | 187.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 181 | 0 | 0.24 | 0.19 | 0.12 | 348.68 | 0.46 | 0.77 |
| Hex | E0 | AB | B5 | 0 | 18 | 13 | C | 15D | 2E | 4D |
| Octal | 340 | 253 | 265 | 0 | 30 | 23 | 14 | 535 | 56 | 115 |
| Binary | 11100000 | 10101011 | 10110101 | 0 | 11000 | 10011 | 1100 | 101011101 | 101110 | 1001101 |
Color Harmonies of #E0ABB5
Complementary color
Monochromatic Colors of #E0ABB5
Black with #E0ABB5
Text Example
Text Example
White with #E0ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABB5; }
p { color: rgb(224,171,181); }
H1.HeaderClassName
{
color: #E0ABB5;
}
.AnyTagClassName
{
color: #E0ABB5;
}
</style>
background-color css
<style>
a { background-color: #E0ABB5; }
a { background-color: rgb(224,171,181); }
div.DivClassName
{
background-color: #E0ABB5;
}
.BgClassName
{
background-color: #E0ABB5;
}
</style>
border-color css
<style>
span { border-color: #E0ABB5; }
span { border-color: rgb(224,171,181); }
td.TdClassName
{
border-color: #E0ABB5;
}
.TagClassName
{
border-color: #E0ABB5;
}
</style>