Shades of Plum #E995DB
Tints of Plum #E995DB
RGB
CMYK
RGB Variations
Color information
#E995DB (or 0xE995DB) is known color: Plum. HEX triplet: E9, 95 and DB. RGB value is (233,149,219). Sum of RGB (Red+Green+Blue) = 233+149+219=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E995DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995DB is #166A24. Grayscale: #B5B5B5. Windows color (decimal): -1468965 or 14390761. OLE color: 14390761.
HSL color Cylindrical-coordinate representation of color #E995DB: hue angle of 310º 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 #E995DB is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 219 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.09 |
| HSL | 310º | 0.66% | 0.75% | - |
| HSV(B) | 310º | 0.36% | 0.91% | - |
| XYZ | 57.14 | 43.93 | 72.49 | - |
| YUV | 182.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 219 | 0 | 0.36 | 0.06 | 0.09 | 310 | 0.66 | 0.75 |
| Hex | E9 | 95 | DB | 0 | 24 | 6 | 9 | 136 | 42 | 4B |
| Octal | 351 | 225 | 333 | 0 | 44 | 6 | 11 | 466 | 102 | 113 |
| Binary | 11101001 | 10010101 | 11011011 | 0 | 100100 | 110 | 1001 | 100110110 | 1000010 | 1001011 |
Color Harmonies of #E995DB
Complementary color
Monochromatic Colors of #E995DB
Black with #E995DB
Text Example
Text Example
White with #E995DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995DB; }
p { color: rgb(233,149,219); }
H1.HeaderClassName
{
color: #E995DB;
}
.AnyTagClassName
{
color: #E995DB;
}
</style>
background-color css
<style>
a { background-color: #E995DB; }
a { background-color: rgb(233,149,219); }
div.DivClassName
{
background-color: #E995DB;
}
.BgClassName
{
background-color: #E995DB;
}
</style>
border-color css
<style>
span { border-color: #E995DB; }
span { border-color: rgb(233,149,219); }
td.TdClassName
{
border-color: #E995DB;
}
.TagClassName
{
border-color: #E995DB;
}
</style>