Shades of Plum #E793E1
Tints of Plum #E793E1
RGB
CMYK
RGB Variations
Color information
#E793E1 (or 0xE793E1) is known color: Plum. HEX triplet: E7, 93 and E1. RGB value is (231,147,225). Sum of RGB (Red+Green+Blue) = 231+147+225=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E793E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793E1 is #186C1E. Grayscale: #B4B4B4. Windows color (decimal): -1600543 or 14783463. OLE color: 14783463.
HSL color Cylindrical-coordinate representation of color #E793E1: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E793E1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 225 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.09 |
| HSL | 304.29º | 0.64% | 0.74% | - |
| HSV(B) | 304.29º | 0.36% | 0.91% | - |
| XYZ | 56.98 | 43.29 | 76.59 | - |
| YUV | 181.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 225 | 0 | 0.36 | 0.03 | 0.09 | 304.29 | 0.64 | 0.74 |
| Hex | E7 | 93 | E1 | 0 | 24 | 3 | 9 | 130 | 40 | 4A |
| Octal | 347 | 223 | 341 | 0 | 44 | 3 | 11 | 460 | 100 | 112 |
| Binary | 11100111 | 10010011 | 11100001 | 0 | 100100 | 11 | 1001 | 100110000 | 1000000 | 1001010 |
Color Harmonies of #E793E1
Complementary color
Monochromatic Colors of #E793E1
Black with #E793E1
Text Example
Text Example
White with #E793E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793E1; }
p { color: rgb(231,147,225); }
H1.HeaderClassName
{
color: #E793E1;
}
.AnyTagClassName
{
color: #E793E1;
}
</style>
background-color css
<style>
a { background-color: #E793E1; }
a { background-color: rgb(231,147,225); }
div.DivClassName
{
background-color: #E793E1;
}
.BgClassName
{
background-color: #E793E1;
}
</style>
border-color css
<style>
span { border-color: #E793E1; }
span { border-color: rgb(231,147,225); }
td.TdClassName
{
border-color: #E793E1;
}
.TagClassName
{
border-color: #E793E1;
}
</style>