Shades of Plum #E193EA
Tints of Plum #E193EA
RGB
CMYK
RGB Variations
Color information
#E193EA (or 0xE193EA) is known color: Plum. HEX triplet: E1, 93 and EA. RGB value is (225,147,234). Sum of RGB (Red+Green+Blue) = 225+147+234=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #E193EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E193EA is #1E6C15. Grayscale: #B3B3B3. Windows color (decimal): -1993750 or 15373281. OLE color: 15373281.
HSL color Cylindrical-coordinate representation of color #E193EA: hue angle of 293.79º 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 #E193EA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 147 | 234 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.08 |
| HSL | 293.79º | 0.67% | 0.75% | - |
| HSV(B) | 293.79º | 0.37% | 0.92% | - |
| XYZ | 56.34 | 42.82 | 83.14 | - |
| YUV | 180.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 234 | 0.04 | 0.37 | 0 | 0.08 | 293.79 | 0.67 | 0.75 |
| Hex | E1 | 93 | EA | 4 | 25 | 0 | 8 | 126 | 43 | 4B |
| Octal | 341 | 223 | 352 | 4 | 45 | 0 | 10 | 446 | 103 | 113 |
| Binary | 11100001 | 10010011 | 11101010 | 100 | 100101 | 0 | 1000 | 100100110 | 1000011 | 1001011 |
Color Harmonies of #E193EA
Complementary color
Monochromatic Colors of #E193EA
Black with #E193EA
Text Example
Text Example
White with #E193EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193EA; }
p { color: rgb(225,147,234); }
H1.HeaderClassName
{
color: #E193EA;
}
.AnyTagClassName
{
color: #E193EA;
}
</style>
background-color css
<style>
a { background-color: #E193EA; }
a { background-color: rgb(225,147,234); }
div.DivClassName
{
background-color: #E193EA;
}
.BgClassName
{
background-color: #E193EA;
}
</style>
border-color css
<style>
span { border-color: #E193EA; }
span { border-color: rgb(225,147,234); }
td.TdClassName
{
border-color: #E193EA;
}
.TagClassName
{
border-color: #E193EA;
}
</style>