Shades of Plum #E09FD1
Tints of Plum #E09FD1
RGB
CMYK
RGB Variations
Color information
#E09FD1 (or 0xE09FD1) is known color: Plum. HEX triplet: E0, 9F and D1. RGB value is (224,159,209). Sum of RGB (Red+Green+Blue) = 224+159+209=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD1 is #1F602E. Grayscale: #B8B8B8. Windows color (decimal): -2056239 or 13737952. OLE color: 13737952.
HSL color Cylindrical-coordinate representation of color #E09FD1: hue angle of 313.85º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FD1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 209 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.12 |
| HSL | 313.85º | 0.51% | 0.75% | - |
| HSV(B) | 313.85º | 0.29% | 0.88% | - |
| XYZ | 54.65 | 45.25 | 66.17 | - |
| YUV | 184.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 209 | 0 | 0.29 | 0.07 | 0.12 | 313.85 | 0.51 | 0.75 |
| Hex | E0 | 9F | D1 | 0 | 1D | 7 | C | 13A | 33 | 4B |
| Octal | 340 | 237 | 321 | 0 | 35 | 7 | 14 | 472 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11010001 | 0 | 11101 | 111 | 1100 | 100111010 | 110011 | 1001011 |
Color Harmonies of #E09FD1
Complementary color
Monochromatic Colors of #E09FD1
Black with #E09FD1
Text Example
Text Example
White with #E09FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FD1; }
p { color: rgb(224,159,209); }
H1.HeaderClassName
{
color: #E09FD1;
}
.AnyTagClassName
{
color: #E09FD1;
}
</style>
background-color css
<style>
a { background-color: #E09FD1; }
a { background-color: rgb(224,159,209); }
div.DivClassName
{
background-color: #E09FD1;
}
.BgClassName
{
background-color: #E09FD1;
}
</style>
border-color css
<style>
span { border-color: #E09FD1; }
span { border-color: rgb(224,159,209); }
td.TdClassName
{
border-color: #E09FD1;
}
.TagClassName
{
border-color: #E09FD1;
}
</style>