Shades of Plum #E093EA
Tints of Plum #E093EA
RGB
CMYK
RGB Variations
Color information
#E093EA (or 0xE093EA) is known color: Plum. HEX triplet: E0, 93 and EA. RGB value is (224,147,234). Sum of RGB (Red+Green+Blue) = 224+147+234=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E093EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093EA is #1F6C15. Grayscale: #B3B3B3. Windows color (decimal): -2059286 or 15373280. OLE color: 15373280.
HSL color Cylindrical-coordinate representation of color #E093EA: hue angle of 293.1º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E093EA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 147 | 234 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.08 |
| HSL | 293.1º | 0.67% | 0.75% | - |
| HSV(B) | 293.1º | 0.37% | 0.92% | - |
| XYZ | 56.03 | 42.66 | 83.12 | - |
| YUV | 179.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 234 | 0.04 | 0.37 | 0 | 0.08 | 293.1 | 0.67 | 0.75 |
| Hex | E0 | 93 | EA | 4 | 25 | 0 | 8 | 125 | 43 | 4B |
| Octal | 340 | 223 | 352 | 4 | 45 | 0 | 10 | 445 | 103 | 113 |
| Binary | 11100000 | 10010011 | 11101010 | 100 | 100101 | 0 | 1000 | 100100101 | 1000011 | 1001011 |
Color Harmonies of #E093EA
Complementary color
Monochromatic Colors of #E093EA
Black with #E093EA
Text Example
Text Example
White with #E093EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093EA; }
p { color: rgb(224,147,234); }
H1.HeaderClassName
{
color: #E093EA;
}
.AnyTagClassName
{
color: #E093EA;
}
</style>
background-color css
<style>
a { background-color: #E093EA; }
a { background-color: rgb(224,147,234); }
div.DivClassName
{
background-color: #E093EA;
}
.BgClassName
{
background-color: #E093EA;
}
</style>
border-color css
<style>
span { border-color: #E093EA; }
span { border-color: rgb(224,147,234); }
td.TdClassName
{
border-color: #E093EA;
}
.TagClassName
{
border-color: #E093EA;
}
</style>