Shades of Plum #E995E0
Tints of Plum #E995E0
RGB
CMYK
RGB Variations
Color information
#E995E0 (or 0xE995E0) is known color: Plum. HEX triplet: E9, 95 and E0. RGB value is (233,149,224). Sum of RGB (Red+Green+Blue) = 233+149+224=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E995E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995E0 is #166A1F. Grayscale: #B6B6B6. Windows color (decimal): -1468960 or 14718441. OLE color: 14718441.
HSL color Cylindrical-coordinate representation of color #E995E0: hue angle of 306.43º 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 #E995E0 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 224 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.09 |
| HSL | 306.43º | 0.66% | 0.75% | - |
| HSV(B) | 306.43º | 0.36% | 0.91% | - |
| XYZ | 57.81 | 44.2 | 76.01 | - |
| YUV | 182.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 224 | 0 | 0.36 | 0.04 | 0.09 | 306.43 | 0.66 | 0.75 |
| Hex | E9 | 95 | E0 | 0 | 24 | 4 | 9 | 132 | 42 | 4B |
| Octal | 351 | 225 | 340 | 0 | 44 | 4 | 11 | 462 | 102 | 113 |
| Binary | 11101001 | 10010101 | 11100000 | 0 | 100100 | 100 | 1001 | 100110010 | 1000010 | 1001011 |
Color Harmonies of #E995E0
Complementary color
Monochromatic Colors of #E995E0
Black with #E995E0
Text Example
Text Example
White with #E995E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995E0; }
p { color: rgb(233,149,224); }
H1.HeaderClassName
{
color: #E995E0;
}
.AnyTagClassName
{
color: #E995E0;
}
</style>
background-color css
<style>
a { background-color: #E995E0; }
a { background-color: rgb(233,149,224); }
div.DivClassName
{
background-color: #E995E0;
}
.BgClassName
{
background-color: #E995E0;
}
</style>
border-color css
<style>
span { border-color: #E995E0; }
span { border-color: rgb(233,149,224); }
td.TdClassName
{
border-color: #E995E0;
}
.TagClassName
{
border-color: #E995E0;
}
</style>