Shades of Plum #E793D5
Tints of Plum #E793D5
RGB
CMYK
RGB Variations
Color information
#E793D5 (or 0xE793D5) is known color: Plum. HEX triplet: E7, 93 and D5. RGB value is (231,147,213). Sum of RGB (Red+Green+Blue) = 231+147+213=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E793D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793D5 is #186C2A. Grayscale: #B3B3B3. Windows color (decimal): -1600555 or 13997031. OLE color: 13997031.
HSL color Cylindrical-coordinate representation of color #E793D5: hue angle of 312.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 #E793D5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 213 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.09 |
| HSL | 312.86º | 0.64% | 0.74% | - |
| HSV(B) | 312.86º | 0.36% | 0.91% | - |
| XYZ | 55.4 | 42.66 | 68.27 | - |
| YUV | 179.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 213 | 0 | 0.36 | 0.08 | 0.09 | 312.86 | 0.64 | 0.74 |
| Hex | E7 | 93 | D5 | 0 | 24 | 8 | 9 | 139 | 40 | 4A |
| Octal | 347 | 223 | 325 | 0 | 44 | 10 | 11 | 471 | 100 | 112 |
| Binary | 11100111 | 10010011 | 11010101 | 0 | 100100 | 1000 | 1001 | 100111001 | 1000000 | 1001010 |
Color Harmonies of #E793D5
Complementary color
Monochromatic Colors of #E793D5
Black with #E793D5
Text Example
Text Example
White with #E793D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793D5; }
p { color: rgb(231,147,213); }
H1.HeaderClassName
{
color: #E793D5;
}
.AnyTagClassName
{
color: #E793D5;
}
</style>
background-color css
<style>
a { background-color: #E793D5; }
a { background-color: rgb(231,147,213); }
div.DivClassName
{
background-color: #E793D5;
}
.BgClassName
{
background-color: #E793D5;
}
</style>
border-color css
<style>
span { border-color: #E793D5; }
span { border-color: rgb(231,147,213); }
td.TdClassName
{
border-color: #E793D5;
}
.TagClassName
{
border-color: #E793D5;
}
</style>