Shades of Plum #E495EA
Tints of Plum #E495EA
RGB
CMYK
RGB Variations
Color information
#E495EA (or 0xE495EA) is known color: Plum. HEX triplet: E4, 95 and EA. RGB value is (228,149,234). Sum of RGB (Red+Green+Blue) = 228+149+234=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E495EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495EA is #1B6A15. Grayscale: #B6B6B6. Windows color (decimal): -1796630 or 15373796. OLE color: 15373796.
HSL color Cylindrical-coordinate representation of color #E495EA: hue angle of 295.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E495EA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 149 | 234 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.08 |
| HSL | 295.76º | 0.67% | 0.75% | - |
| HSV(B) | 295.76º | 0.36% | 0.92% | - |
| XYZ | 57.59 | 43.93 | 83.29 | - |
| YUV | 182.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 234 | 0.03 | 0.36 | 0 | 0.08 | 295.76 | 0.67 | 0.75 |
| Hex | E4 | 95 | EA | 3 | 24 | 0 | 8 | 128 | 43 | 4B |
| Octal | 344 | 225 | 352 | 3 | 44 | 0 | 10 | 450 | 103 | 113 |
| Binary | 11100100 | 10010101 | 11101010 | 11 | 100100 | 0 | 1000 | 100101000 | 1000011 | 1001011 |
Color Harmonies of #E495EA
Complementary color
Monochromatic Colors of #E495EA
Black with #E495EA
Text Example
Text Example
White with #E495EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495EA; }
p { color: rgb(228,149,234); }
H1.HeaderClassName
{
color: #E495EA;
}
.AnyTagClassName
{
color: #E495EA;
}
</style>
background-color css
<style>
a { background-color: #E495EA; }
a { background-color: rgb(228,149,234); }
div.DivClassName
{
background-color: #E495EA;
}
.BgClassName
{
background-color: #E495EA;
}
</style>
border-color css
<style>
span { border-color: #E495EA; }
span { border-color: rgb(228,149,234); }
td.TdClassName
{
border-color: #E495EA;
}
.TagClassName
{
border-color: #E495EA;
}
</style>