Shades of Plum #E995E5
Tints of Plum #E995E5
RGB
CMYK
RGB Variations
Color information
#E995E5 (or 0xE995E5) is known color: Plum. HEX triplet: E9, 95 and E5. RGB value is (233,149,229). Sum of RGB (Red+Green+Blue) = 233+149+229=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E995E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995E5 is #166A1A. Grayscale: #B7B7B7. Windows color (decimal): -1468955 or 15046121. OLE color: 15046121.
HSL color Cylindrical-coordinate representation of color #E995E5: hue angle of 302.86º 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 #E995E5 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 229 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.09 |
| HSL | 302.86º | 0.66% | 0.75% | - |
| HSV(B) | 302.86º | 0.36% | 0.91% | - |
| XYZ | 58.49 | 44.48 | 79.63 | - |
| YUV | 183.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 229 | 0 | 0.36 | 0.02 | 0.09 | 302.86 | 0.66 | 0.75 |
| Hex | E9 | 95 | E5 | 0 | 24 | 2 | 9 | 12F | 42 | 4B |
| Octal | 351 | 225 | 345 | 0 | 44 | 2 | 11 | 457 | 102 | 113 |
| Binary | 11101001 | 10010101 | 11100101 | 0 | 100100 | 10 | 1001 | 100101111 | 1000010 | 1001011 |
Color Harmonies of #E995E5
Complementary color
Monochromatic Colors of #E995E5
Black with #E995E5
Text Example
Text Example
White with #E995E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995E5; }
p { color: rgb(233,149,229); }
H1.HeaderClassName
{
color: #E995E5;
}
.AnyTagClassName
{
color: #E995E5;
}
</style>
background-color css
<style>
a { background-color: #E995E5; }
a { background-color: rgb(233,149,229); }
div.DivClassName
{
background-color: #E995E5;
}
.BgClassName
{
background-color: #E995E5;
}
</style>
border-color css
<style>
span { border-color: #E995E5; }
span { border-color: rgb(233,149,229); }
td.TdClassName
{
border-color: #E995E5;
}
.TagClassName
{
border-color: #E995E5;
}
</style>