Shades of Plum #E09FE3
Tints of Plum #E09FE3
RGB
CMYK
RGB Variations
Color information
#E09FE3 (or 0xE09FE3) is known color: Plum. HEX triplet: E0, 9F and E3. RGB value is (224,159,227). Sum of RGB (Red+Green+Blue) = 224+159+227=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #E09FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FE3 is #1F601C. Grayscale: #B9B9B9. Windows color (decimal): -2056221 or 14917600. OLE color: 14917600.
HSL color Cylindrical-coordinate representation of color #E09FE3: hue angle of 297.35º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09FE3 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 159 | 227 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.11 |
| HSL | 297.35º | 0.55% | 0.76% | - |
| HSV(B) | 297.35º | 0.3% | 0.89% | - |
| XYZ | 57 | 46.19 | 78.58 | - |
| YUV | 186.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 227 | 0.01 | 0.30 | 0 | 0.11 | 297.35 | 0.55 | 0.76 |
| Hex | E0 | 9F | E3 | 1 | 1E | 0 | B | 129 | 37 | 4C |
| Octal | 340 | 237 | 343 | 1 | 36 | 0 | 13 | 451 | 67 | 114 |
| Binary | 11100000 | 10011111 | 11100011 | 1 | 11110 | 0 | 1011 | 100101001 | 110111 | 1001100 |
Color Harmonies of #E09FE3
Complementary color
Monochromatic Colors of #E09FE3
Black with #E09FE3
Text Example
Text Example
White with #E09FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FE3; }
p { color: rgb(224,159,227); }
H1.HeaderClassName
{
color: #E09FE3;
}
.AnyTagClassName
{
color: #E09FE3;
}
</style>
background-color css
<style>
a { background-color: #E09FE3; }
a { background-color: rgb(224,159,227); }
div.DivClassName
{
background-color: #E09FE3;
}
.BgClassName
{
background-color: #E09FE3;
}
</style>
border-color css
<style>
span { border-color: #E09FE3; }
span { border-color: rgb(224,159,227); }
td.TdClassName
{
border-color: #E09FE3;
}
.TagClassName
{
border-color: #E09FE3;
}
</style>