Shades of Plum #E798D5
Tints of Plum #E798D5
RGB
CMYK
RGB Variations
Color information
#E798D5 (or 0xE798D5) is known color: Plum. HEX triplet: E7, 98 and D5. RGB value is (231,152,213). Sum of RGB (Red+Green+Blue) = 231+152+213=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E798D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798D5 is #18672A. Grayscale: #B6B6B6. Windows color (decimal): -1599275 or 13998311. OLE color: 13998311.
HSL color Cylindrical-coordinate representation of color #E798D5: hue angle of 313.67º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E798D5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 213 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.09 |
| HSL | 313.67º | 0.62% | 0.75% | - |
| HSV(B) | 313.67º | 0.34% | 0.91% | - |
| XYZ | 56.19 | 44.25 | 68.53 | - |
| YUV | 182.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 213 | 0 | 0.34 | 0.08 | 0.09 | 313.67 | 0.62 | 0.75 |
| Hex | E7 | 98 | D5 | 0 | 22 | 8 | 9 | 13A | 3E | 4B |
| Octal | 347 | 230 | 325 | 0 | 42 | 10 | 11 | 472 | 76 | 113 |
| Binary | 11100111 | 10011000 | 11010101 | 0 | 100010 | 1000 | 1001 | 100111010 | 111110 | 1001011 |
Color Harmonies of #E798D5
Complementary color
Monochromatic Colors of #E798D5
Black with #E798D5
Text Example
Text Example
White with #E798D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E798D5; }
p { color: rgb(231,152,213); }
H1.HeaderClassName
{
color: #E798D5;
}
.AnyTagClassName
{
color: #E798D5;
}
</style>
background-color css
<style>
a { background-color: #E798D5; }
a { background-color: rgb(231,152,213); }
div.DivClassName
{
background-color: #E798D5;
}
.BgClassName
{
background-color: #E798D5;
}
</style>
border-color css
<style>
span { border-color: #E798D5; }
span { border-color: rgb(231,152,213); }
td.TdClassName
{
border-color: #E798D5;
}
.TagClassName
{
border-color: #E798D5;
}
</style>