Shades of Plum #E09EDF
Tints of Plum #E09EDF
RGB
CMYK
RGB Variations
Color information
#E09EDF (or 0xE09EDF) is known color: Plum. HEX triplet: E0, 9E and DF. RGB value is (224,158,223). Sum of RGB (Red+Green+Blue) = 224+158+223=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EDF is #1F6120. Grayscale: #B8B8B8. Windows color (decimal): -2056481 or 14655200. OLE color: 14655200.
HSL color Cylindrical-coordinate representation of color #E09EDF: hue angle of 300.91º 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 #E09EDF is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 223 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.12 |
| HSL | 300.91º | 0.52% | 0.75% | - |
| HSV(B) | 300.91º | 0.29% | 0.88% | - |
| XYZ | 56.29 | 45.63 | 75.65 | - |
| YUV | 185.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 223 | 0 | 0.29 | 0.00 | 0.12 | 300.91 | 0.52 | 0.75 |
| Hex | E0 | 9E | DF | 0 | 1D | 0 | C | 12D | 34 | 4B |
| Octal | 340 | 236 | 337 | 0 | 35 | 0 | 14 | 455 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11011111 | 0 | 11101 | 0 | 1100 | 100101101 | 110100 | 1001011 |
Color Harmonies of #E09EDF
Complementary color
Monochromatic Colors of #E09EDF
Black with #E09EDF
Text Example
Text Example
White with #E09EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EDF; }
p { color: rgb(224,158,223); }
H1.HeaderClassName
{
color: #E09EDF;
}
.AnyTagClassName
{
color: #E09EDF;
}
</style>
background-color css
<style>
a { background-color: #E09EDF; }
a { background-color: rgb(224,158,223); }
div.DivClassName
{
background-color: #E09EDF;
}
.BgClassName
{
background-color: #E09EDF;
}
</style>
border-color css
<style>
span { border-color: #E09EDF; }
span { border-color: rgb(224,158,223); }
td.TdClassName
{
border-color: #E09EDF;
}
.TagClassName
{
border-color: #E09EDF;
}
</style>