Shades of Plum #E09ED3
Tints of Plum #E09ED3
RGB
CMYK
RGB Variations
Color information
#E09ED3 (or 0xE09ED3) is known color: Plum. HEX triplet: E0, 9E and D3. RGB value is (224,158,211). Sum of RGB (Red+Green+Blue) = 224+158+211=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ED3 is #1F612C. Grayscale: #B7B7B7. Windows color (decimal): -2056493 or 13868768. OLE color: 13868768.
HSL color Cylindrical-coordinate representation of color #E09ED3: hue angle of 311.82º degrees, saturation: 0.52, 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 #E09ED3 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 211 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.12 |
| HSL | 311.82º | 0.52% | 0.75% | - |
| HSV(B) | 311.82º | 0.29% | 0.88% | - |
| XYZ | 54.73 | 45 | 67.43 | - |
| YUV | 183.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 211 | 0 | 0.29 | 0.06 | 0.12 | 311.82 | 0.52 | 0.75 |
| Hex | E0 | 9E | D3 | 0 | 1D | 6 | C | 138 | 34 | 4B |
| Octal | 340 | 236 | 323 | 0 | 35 | 6 | 14 | 470 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11010011 | 0 | 11101 | 110 | 1100 | 100111000 | 110100 | 1001011 |
Color Harmonies of #E09ED3
Complementary color
Monochromatic Colors of #E09ED3
Black with #E09ED3
Text Example
Text Example
White with #E09ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ED3; }
p { color: rgb(224,158,211); }
H1.HeaderClassName
{
color: #E09ED3;
}
.AnyTagClassName
{
color: #E09ED3;
}
</style>
background-color css
<style>
a { background-color: #E09ED3; }
a { background-color: rgb(224,158,211); }
div.DivClassName
{
background-color: #E09ED3;
}
.BgClassName
{
background-color: #E09ED3;
}
</style>
border-color css
<style>
span { border-color: #E09ED3; }
span { border-color: rgb(224,158,211); }
td.TdClassName
{
border-color: #E09ED3;
}
.TagClassName
{
border-color: #E09ED3;
}
</style>