Shades of Plum #E09CF2
Tints of Plum #E09CF2
RGB
CMYK
RGB Variations
Color information
#E09CF2 (or 0xE09CF2) is known color: Plum. HEX triplet: E0, 9C and F2. RGB value is (224,156,242). Sum of RGB (Red+Green+Blue) = 224+156+242=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #E09CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CF2 is #1F630D. Grayscale: #B9B9B9. Windows color (decimal): -2056974 or 15899872. OLE color: 15899872.
HSL color Cylindrical-coordinate representation of color #E09CF2: hue angle of 287.44º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09CF2 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 156 | 242 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.05 |
| HSL | 287.44º | 0.77% | 0.78% | - |
| HSV(B) | 287.44º | 0.36% | 0.95% | - |
| XYZ | 58.66 | 46.04 | 89.8 | - |
| YUV | 186.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 242 | 0.07 | 0.36 | 0 | 0.05 | 287.44 | 0.77 | 0.78 |
| Hex | E0 | 9C | F2 | 7 | 24 | 0 | 5 | 11F | 4D | 4E |
| Octal | 340 | 234 | 362 | 7 | 44 | 0 | 5 | 437 | 115 | 116 |
| Binary | 11100000 | 10011100 | 11110010 | 111 | 100100 | 0 | 101 | 100011111 | 1001101 | 1001110 |
Color Harmonies of #E09CF2
Complementary color
Monochromatic Colors of #E09CF2
Black with #E09CF2
Text Example
Text Example
White with #E09CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CF2; }
p { color: rgb(224,156,242); }
H1.HeaderClassName
{
color: #E09CF2;
}
.AnyTagClassName
{
color: #E09CF2;
}
</style>
background-color css
<style>
a { background-color: #E09CF2; }
a { background-color: rgb(224,156,242); }
div.DivClassName
{
background-color: #E09CF2;
}
.BgClassName
{
background-color: #E09CF2;
}
</style>
border-color css
<style>
span { border-color: #E09CF2; }
span { border-color: rgb(224,156,242); }
td.TdClassName
{
border-color: #E09CF2;
}
.TagClassName
{
border-color: #E09CF2;
}
</style>