Shades of Plum #E495EE
Tints of Plum #E495EE
RGB
CMYK
RGB Variations
Color information
#E495EE (or 0xE495EE) is known color: Plum. HEX triplet: E4, 95 and EE. RGB value is (228,149,238). Sum of RGB (Red+Green+Blue) = 228+149+238=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #E495EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495EE is #1B6A11. Grayscale: #B6B6B6. Windows color (decimal): -1796626 or 15635940. OLE color: 15635940.
HSL color Cylindrical-coordinate representation of color #E495EE: hue angle of 293.26º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E495EE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 149 | 238 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.07 |
| HSL | 293.26º | 0.72% | 0.76% | - |
| HSV(B) | 293.26º | 0.37% | 0.93% | - |
| XYZ | 58.17 | 44.16 | 86.35 | - |
| YUV | 182.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 238 | 0.04 | 0.37 | 0 | 0.07 | 293.26 | 0.72 | 0.76 |
| Hex | E4 | 95 | EE | 4 | 25 | 0 | 7 | 125 | 48 | 4C |
| Octal | 344 | 225 | 356 | 4 | 45 | 0 | 7 | 445 | 110 | 114 |
| Binary | 11100100 | 10010101 | 11101110 | 100 | 100101 | 0 | 111 | 100100101 | 1001000 | 1001100 |
Color Harmonies of #E495EE
Complementary color
Monochromatic Colors of #E495EE
Black with #E495EE
Text Example
Text Example
White with #E495EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495EE; }
p { color: rgb(228,149,238); }
H1.HeaderClassName
{
color: #E495EE;
}
.AnyTagClassName
{
color: #E495EE;
}
</style>
background-color css
<style>
a { background-color: #E495EE; }
a { background-color: rgb(228,149,238); }
div.DivClassName
{
background-color: #E495EE;
}
.BgClassName
{
background-color: #E495EE;
}
</style>
border-color css
<style>
span { border-color: #E495EE; }
span { border-color: rgb(228,149,238); }
td.TdClassName
{
border-color: #E495EE;
}
.TagClassName
{
border-color: #E495EE;
}
</style>