Shades of Plum #E09FD4
Tints of Plum #E09FD4
RGB
CMYK
RGB Variations
Color information
#E09FD4 (or 0xE09FD4) is known color: Plum. HEX triplet: E0, 9F and D4. RGB value is (224,159,212). Sum of RGB (Red+Green+Blue) = 224+159+212=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD4 is #1F602B. Grayscale: #B8B8B8. Windows color (decimal): -2056236 or 13934560. OLE color: 13934560.
HSL color Cylindrical-coordinate representation of color #E09FD4: hue angle of 311.08º 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 #E09FD4 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 212 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.12 |
| HSL | 311.08º | 0.51% | 0.75% | - |
| HSV(B) | 311.08º | 0.29% | 0.88% | - |
| XYZ | 55.02 | 45.4 | 68.15 | - |
| YUV | 184.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 212 | 0 | 0.29 | 0.05 | 0.12 | 311.08 | 0.51 | 0.75 |
| Hex | E0 | 9F | D4 | 0 | 1D | 5 | C | 137 | 33 | 4B |
| Octal | 340 | 237 | 324 | 0 | 35 | 5 | 14 | 467 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11010100 | 0 | 11101 | 101 | 1100 | 100110111 | 110011 | 1001011 |
Color Harmonies of #E09FD4
Complementary color
Monochromatic Colors of #E09FD4
Black with #E09FD4
Text Example
Text Example
White with #E09FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FD4; }
p { color: rgb(224,159,212); }
H1.HeaderClassName
{
color: #E09FD4;
}
.AnyTagClassName
{
color: #E09FD4;
}
</style>
background-color css
<style>
a { background-color: #E09FD4; }
a { background-color: rgb(224,159,212); }
div.DivClassName
{
background-color: #E09FD4;
}
.BgClassName
{
background-color: #E09FD4;
}
</style>
border-color css
<style>
span { border-color: #E09FD4; }
span { border-color: rgb(224,159,212); }
td.TdClassName
{
border-color: #E09FD4;
}
.TagClassName
{
border-color: #E09FD4;
}
</style>