Shades of Plum #E0ABDF
Tints of Plum #E0ABDF
RGB
CMYK
RGB Variations
Color information
#E0ABDF (or 0xE0ABDF) is known color: Plum. HEX triplet: E0, AB and DF. RGB value is (224,171,223). Sum of RGB (Red+Green+Blue) = 224+171+223=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABDF is #1F5420. Grayscale: #C0C0C0. Windows color (decimal): -2053153 or 14658528. OLE color: 14658528.
HSL color Cylindrical-coordinate representation of color #E0ABDF: hue angle of 301.13º 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 #E0ABDF is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 223 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.12 |
| HSL | 301.13º | 0.46% | 0.77% | - |
| HSV(B) | 301.13º | 0.24% | 0.88% | - |
| XYZ | 58.62 | 50.3 | 76.43 | - |
| YUV | 192.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 223 | 0 | 0.24 | 0.00 | 0.12 | 301.13 | 0.46 | 0.77 |
| Hex | E0 | AB | DF | 0 | 18 | 0 | C | 12D | 2E | 4D |
| Octal | 340 | 253 | 337 | 0 | 30 | 0 | 14 | 455 | 56 | 115 |
| Binary | 11100000 | 10101011 | 11011111 | 0 | 11000 | 0 | 1100 | 100101101 | 101110 | 1001101 |
Color Harmonies of #E0ABDF
Complementary color
Monochromatic Colors of #E0ABDF
Black with #E0ABDF
Text Example
Text Example
White with #E0ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABDF; }
p { color: rgb(224,171,223); }
H1.HeaderClassName
{
color: #E0ABDF;
}
.AnyTagClassName
{
color: #E0ABDF;
}
</style>
background-color css
<style>
a { background-color: #E0ABDF; }
a { background-color: rgb(224,171,223); }
div.DivClassName
{
background-color: #E0ABDF;
}
.BgClassName
{
background-color: #E0ABDF;
}
</style>
border-color css
<style>
span { border-color: #E0ABDF; }
span { border-color: rgb(224,171,223); }
td.TdClassName
{
border-color: #E0ABDF;
}
.TagClassName
{
border-color: #E0ABDF;
}
</style>