Shades of Plum #E09FD2
Tints of Plum #E09FD2
RGB
CMYK
RGB Variations
Color information
#E09FD2 (or 0xE09FD2) is known color: Plum. HEX triplet: E0, 9F and D2. RGB value is (224,159,210). Sum of RGB (Red+Green+Blue) = 224+159+210=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD2 is #1F602D. Grayscale: #B8B8B8. Windows color (decimal): -2056238 or 13803488. OLE color: 13803488.
HSL color Cylindrical-coordinate representation of color #E09FD2: hue angle of 312.92º 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 #E09FD2 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 210 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.12 |
| HSL | 312.92º | 0.51% | 0.75% | - |
| HSV(B) | 312.92º | 0.29% | 0.88% | - |
| XYZ | 54.77 | 45.3 | 66.83 | - |
| YUV | 184.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 210 | 0 | 0.29 | 0.06 | 0.12 | 312.92 | 0.51 | 0.75 |
| Hex | E0 | 9F | D2 | 0 | 1D | 6 | C | 139 | 33 | 4B |
| Octal | 340 | 237 | 322 | 0 | 35 | 6 | 14 | 471 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11010010 | 0 | 11101 | 110 | 1100 | 100111001 | 110011 | 1001011 |
Color Harmonies of #E09FD2
Complementary color
Monochromatic Colors of #E09FD2
Black with #E09FD2
Text Example
Text Example
White with #E09FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FD2; }
p { color: rgb(224,159,210); }
H1.HeaderClassName
{
color: #E09FD2;
}
.AnyTagClassName
{
color: #E09FD2;
}
</style>
background-color css
<style>
a { background-color: #E09FD2; }
a { background-color: rgb(224,159,210); }
div.DivClassName
{
background-color: #E09FD2;
}
.BgClassName
{
background-color: #E09FD2;
}
</style>
border-color css
<style>
span { border-color: #E09FD2; }
span { border-color: rgb(224,159,210); }
td.TdClassName
{
border-color: #E09FD2;
}
.TagClassName
{
border-color: #E09FD2;
}
</style>