Shades of Plum #E995DF
Tints of Plum #E995DF
RGB
CMYK
RGB Variations
Color information
#E995DF (or 0xE995DF) is known color: Plum. HEX triplet: E9, 95 and DF. RGB value is (233,149,223). Sum of RGB (Red+Green+Blue) = 233+149+223=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E995DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995DF is #166A20. Grayscale: #B6B6B6. Windows color (decimal): -1468961 or 14652905. OLE color: 14652905.
HSL color Cylindrical-coordinate representation of color #E995DF: hue angle of 307.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E995DF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 223 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.09 |
| HSL | 307.14º | 0.66% | 0.75% | - |
| HSV(B) | 307.14º | 0.36% | 0.91% | - |
| XYZ | 57.67 | 44.15 | 75.29 | - |
| YUV | 182.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 223 | 0 | 0.36 | 0.04 | 0.09 | 307.14 | 0.66 | 0.75 |
| Hex | E9 | 95 | DF | 0 | 24 | 4 | 9 | 133 | 42 | 4B |
| Octal | 351 | 225 | 337 | 0 | 44 | 4 | 11 | 463 | 102 | 113 |
| Binary | 11101001 | 10010101 | 11011111 | 0 | 100100 | 100 | 1001 | 100110011 | 1000010 | 1001011 |
Color Harmonies of #E995DF
Complementary color
Monochromatic Colors of #E995DF
Black with #E995DF
Text Example
Text Example
White with #E995DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995DF; }
p { color: rgb(233,149,223); }
H1.HeaderClassName
{
color: #E995DF;
}
.AnyTagClassName
{
color: #E995DF;
}
</style>
background-color css
<style>
a { background-color: #E995DF; }
a { background-color: rgb(233,149,223); }
div.DivClassName
{
background-color: #E995DF;
}
.BgClassName
{
background-color: #E995DF;
}
</style>
border-color css
<style>
span { border-color: #E995DF; }
span { border-color: rgb(233,149,223); }
td.TdClassName
{
border-color: #E995DF;
}
.TagClassName
{
border-color: #E995DF;
}
</style>