Shades of Plum #E795DF
Tints of Plum #E795DF
RGB
CMYK
RGB Variations
Color information
#E795DF (or 0xE795DF) is known color: Plum. HEX triplet: E7, 95 and DF. RGB value is (231,149,223). Sum of RGB (Red+Green+Blue) = 231+149+223=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E795DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795DF is #186A20. Grayscale: #B5B5B5. Windows color (decimal): -1600033 or 14652903. OLE color: 14652903.
HSL color Cylindrical-coordinate representation of color #E795DF: hue angle of 305.85º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E795DF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 223 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.09 |
| HSL | 305.85º | 0.63% | 0.75% | - |
| HSV(B) | 305.85º | 0.35% | 0.91% | - |
| XYZ | 57.02 | 43.81 | 75.26 | - |
| YUV | 181.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 223 | 0 | 0.35 | 0.03 | 0.09 | 305.85 | 0.63 | 0.75 |
| Hex | E7 | 95 | DF | 0 | 23 | 3 | 9 | 132 | 3F | 4B |
| Octal | 347 | 225 | 337 | 0 | 43 | 3 | 11 | 462 | 77 | 113 |
| Binary | 11100111 | 10010101 | 11011111 | 0 | 100011 | 11 | 1001 | 100110010 | 111111 | 1001011 |
Color Harmonies of #E795DF
Complementary color
Monochromatic Colors of #E795DF
Black with #E795DF
Text Example
Text Example
White with #E795DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795DF; }
p { color: rgb(231,149,223); }
H1.HeaderClassName
{
color: #E795DF;
}
.AnyTagClassName
{
color: #E795DF;
}
</style>
background-color css
<style>
a { background-color: #E795DF; }
a { background-color: rgb(231,149,223); }
div.DivClassName
{
background-color: #E795DF;
}
.BgClassName
{
background-color: #E795DF;
}
</style>
border-color css
<style>
span { border-color: #E795DF; }
span { border-color: rgb(231,149,223); }
td.TdClassName
{
border-color: #E795DF;
}
.TagClassName
{
border-color: #E795DF;
}
</style>