Shades of Plum #E093E8
Tints of Plum #E093E8
RGB
CMYK
RGB Variations
Color information
#E093E8 (or 0xE093E8) is known color: Plum. HEX triplet: E0, 93 and E8. RGB value is (224,147,232). Sum of RGB (Red+Green+Blue) = 224+147+232=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #E093E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093E8 is #1F6C17. Grayscale: #B3B3B3. Windows color (decimal): -2059288 or 15242208. OLE color: 15242208.
HSL color Cylindrical-coordinate representation of color #E093E8: hue angle of 294.35º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E093E8 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 147 | 232 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.09 |
| HSL | 294.35º | 0.65% | 0.74% | - |
| HSV(B) | 294.35º | 0.37% | 0.91% | - |
| XYZ | 55.74 | 42.54 | 81.62 | - |
| YUV | 179.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 232 | 0.03 | 0.37 | 0 | 0.09 | 294.35 | 0.65 | 0.74 |
| Hex | E0 | 93 | E8 | 3 | 25 | 0 | 9 | 126 | 41 | 4A |
| Octal | 340 | 223 | 350 | 3 | 45 | 0 | 11 | 446 | 101 | 112 |
| Binary | 11100000 | 10010011 | 11101000 | 11 | 100101 | 0 | 1001 | 100100110 | 1000001 | 1001010 |
Color Harmonies of #E093E8
Complementary color
Monochromatic Colors of #E093E8
Black with #E093E8
Text Example
Text Example
White with #E093E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093E8; }
p { color: rgb(224,147,232); }
H1.HeaderClassName
{
color: #E093E8;
}
.AnyTagClassName
{
color: #E093E8;
}
</style>
background-color css
<style>
a { background-color: #E093E8; }
a { background-color: rgb(224,147,232); }
div.DivClassName
{
background-color: #E093E8;
}
.BgClassName
{
background-color: #E093E8;
}
</style>
border-color css
<style>
span { border-color: #E093E8; }
span { border-color: rgb(224,147,232); }
td.TdClassName
{
border-color: #E093E8;
}
.TagClassName
{
border-color: #E093E8;
}
</style>