Shades of Plum #E798DF
Tints of Plum #E798DF
RGB
CMYK
RGB Variations
Color information
#E798DF (or 0xE798DF) is known color: Plum. HEX triplet: E7, 98 and DF. RGB value is (231,152,223). Sum of RGB (Red+Green+Blue) = 231+152+223=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E798DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798DF is #186720. Grayscale: #B7B7B7. Windows color (decimal): -1599265 or 14653671. OLE color: 14653671.
HSL color Cylindrical-coordinate representation of color #E798DF: hue angle of 306.08º 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 #E798DF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 223 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.09 |
| HSL | 306.08º | 0.62% | 0.75% | - |
| HSV(B) | 306.08º | 0.34% | 0.91% | - |
| XYZ | 57.5 | 44.77 | 75.42 | - |
| YUV | 183.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 223 | 0 | 0.34 | 0.03 | 0.09 | 306.08 | 0.62 | 0.75 |
| Hex | E7 | 98 | DF | 0 | 22 | 3 | 9 | 132 | 3E | 4B |
| Octal | 347 | 230 | 337 | 0 | 42 | 3 | 11 | 462 | 76 | 113 |
| Binary | 11100111 | 10011000 | 11011111 | 0 | 100010 | 11 | 1001 | 100110010 | 111110 | 1001011 |
Color Harmonies of #E798DF
Complementary color
Monochromatic Colors of #E798DF
Black with #E798DF
Text Example
Text Example
White with #E798DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E798DF; }
p { color: rgb(231,152,223); }
H1.HeaderClassName
{
color: #E798DF;
}
.AnyTagClassName
{
color: #E798DF;
}
</style>
background-color css
<style>
a { background-color: #E798DF; }
a { background-color: rgb(231,152,223); }
div.DivClassName
{
background-color: #E798DF;
}
.BgClassName
{
background-color: #E798DF;
}
</style>
border-color css
<style>
span { border-color: #E798DF; }
span { border-color: rgb(231,152,223); }
td.TdClassName
{
border-color: #E798DF;
}
.TagClassName
{
border-color: #E798DF;
}
</style>