Shades of Plum #E793E3
Tints of Plum #E793E3
RGB
CMYK
RGB Variations
Color information
#E793E3 (or 0xE793E3) is known color: Plum. HEX triplet: E7, 93 and E3. RGB value is (231,147,227). Sum of RGB (Red+Green+Blue) = 231+147+227=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E793E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793E3 is #186C1C. Grayscale: #B4B4B4. Windows color (decimal): -1600541 or 14914535. OLE color: 14914535.
HSL color Cylindrical-coordinate representation of color #E793E3: hue angle of 302.86º 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 #E793E3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 227 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.09 |
| HSL | 302.86º | 0.64% | 0.74% | - |
| HSV(B) | 302.86º | 0.36% | 0.91% | - |
| XYZ | 57.25 | 43.4 | 78.03 | - |
| YUV | 181.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 227 | 0 | 0.36 | 0.02 | 0.09 | 302.86 | 0.64 | 0.74 |
| Hex | E7 | 93 | E3 | 0 | 24 | 2 | 9 | 12F | 40 | 4A |
| Octal | 347 | 223 | 343 | 0 | 44 | 2 | 11 | 457 | 100 | 112 |
| Binary | 11100111 | 10010011 | 11100011 | 0 | 100100 | 10 | 1001 | 100101111 | 1000000 | 1001010 |
Color Harmonies of #E793E3
Complementary color
Monochromatic Colors of #E793E3
Black with #E793E3
Text Example
Text Example
White with #E793E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793E3; }
p { color: rgb(231,147,227); }
H1.HeaderClassName
{
color: #E793E3;
}
.AnyTagClassName
{
color: #E793E3;
}
</style>
background-color css
<style>
a { background-color: #E793E3; }
a { background-color: rgb(231,147,227); }
div.DivClassName
{
background-color: #E793E3;
}
.BgClassName
{
background-color: #E793E3;
}
</style>
border-color css
<style>
span { border-color: #E793E3; }
span { border-color: rgb(231,147,227); }
td.TdClassName
{
border-color: #E793E3;
}
.TagClassName
{
border-color: #E793E3;
}
</style>