Shades of Plum #E793D7
Tints of Plum #E793D7
RGB
CMYK
RGB Variations
Color information
#E793D7 (or 0xE793D7) is known color: Plum. HEX triplet: E7, 93 and D7. RGB value is (231,147,215). Sum of RGB (Red+Green+Blue) = 231+147+215=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E793D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793D7 is #186C28. Grayscale: #B3B3B3. Windows color (decimal): -1600553 or 14128103. OLE color: 14128103.
HSL color Cylindrical-coordinate representation of color #E793D7: hue angle of 311.43º 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 #E793D7 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 215 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.09 |
| HSL | 311.43º | 0.64% | 0.74% | - |
| HSV(B) | 311.43º | 0.36% | 0.91% | - |
| XYZ | 55.65 | 42.76 | 69.61 | - |
| YUV | 179.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 215 | 0 | 0.36 | 0.07 | 0.09 | 311.43 | 0.64 | 0.74 |
| Hex | E7 | 93 | D7 | 0 | 24 | 7 | 9 | 137 | 40 | 4A |
| Octal | 347 | 223 | 327 | 0 | 44 | 7 | 11 | 467 | 100 | 112 |
| Binary | 11100111 | 10010011 | 11010111 | 0 | 100100 | 111 | 1001 | 100110111 | 1000000 | 1001010 |
Color Harmonies of #E793D7
Complementary color
Monochromatic Colors of #E793D7
Black with #E793D7
Text Example
Text Example
White with #E793D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793D7; }
p { color: rgb(231,147,215); }
H1.HeaderClassName
{
color: #E793D7;
}
.AnyTagClassName
{
color: #E793D7;
}
</style>
background-color css
<style>
a { background-color: #E793D7; }
a { background-color: rgb(231,147,215); }
div.DivClassName
{
background-color: #E793D7;
}
.BgClassName
{
background-color: #E793D7;
}
</style>
border-color css
<style>
span { border-color: #E793D7; }
span { border-color: rgb(231,147,215); }
td.TdClassName
{
border-color: #E793D7;
}
.TagClassName
{
border-color: #E793D7;
}
</style>