Shades of Plum #E09FDA
Tints of Plum #E09FDA
RGB
CMYK
RGB Variations
Color information
#E09FDA (or 0xE09FDA) is known color: Plum. HEX triplet: E0, 9F and DA. RGB value is (224,159,218). Sum of RGB (Red+Green+Blue) = 224+159+218=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FDA is #1F6025. Grayscale: #B8B8B8. Windows color (decimal): -2056230 or 14327776. OLE color: 14327776.
HSL color Cylindrical-coordinate representation of color #E09FDA: hue angle of 305.54º 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 #E09FDA is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 218 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.12 |
| HSL | 305.54º | 0.51% | 0.75% | - |
| HSV(B) | 305.54º | 0.29% | 0.88% | - |
| XYZ | 55.79 | 45.71 | 72.21 | - |
| YUV | 185.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 218 | 0 | 0.29 | 0.03 | 0.12 | 305.54 | 0.51 | 0.75 |
| Hex | E0 | 9F | DA | 0 | 1D | 3 | C | 132 | 33 | 4B |
| Octal | 340 | 237 | 332 | 0 | 35 | 3 | 14 | 462 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11011010 | 0 | 11101 | 11 | 1100 | 100110010 | 110011 | 1001011 |
Color Harmonies of #E09FDA
Complementary color
Monochromatic Colors of #E09FDA
Black with #E09FDA
Text Example
Text Example
White with #E09FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FDA; }
p { color: rgb(224,159,218); }
H1.HeaderClassName
{
color: #E09FDA;
}
.AnyTagClassName
{
color: #E09FDA;
}
</style>
background-color css
<style>
a { background-color: #E09FDA; }
a { background-color: rgb(224,159,218); }
div.DivClassName
{
background-color: #E09FDA;
}
.BgClassName
{
background-color: #E09FDA;
}
</style>
border-color css
<style>
span { border-color: #E09FDA; }
span { border-color: rgb(224,159,218); }
td.TdClassName
{
border-color: #E09FDA;
}
.TagClassName
{
border-color: #E09FDA;
}
</style>