Shades of Plum #E295ED
Tints of Plum #E295ED
RGB
CMYK
RGB Variations
Color information
#E295ED (or 0xE295ED) is known color: Plum. HEX triplet: E2, 95 and ED. RGB value is (226,149,237). Sum of RGB (Red+Green+Blue) = 226+149+237=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #E295ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295ED is #1D6A12. Grayscale: #B5B5B5. Windows color (decimal): -1927699 or 15570402. OLE color: 15570402.
HSL color Cylindrical-coordinate representation of color #E295ED: hue angle of 292.5º degrees, saturation: 0.71, 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 #E295ED is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 149 | 237 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.07 |
| HSL | 292.5º | 0.71% | 0.76% | - |
| HSV(B) | 292.5º | 0.37% | 0.93% | - |
| XYZ | 57.4 | 43.78 | 85.55 | - |
| YUV | 182.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 237 | 0.05 | 0.37 | 0 | 0.07 | 292.5 | 0.71 | 0.76 |
| Hex | E2 | 95 | ED | 5 | 25 | 0 | 7 | 124 | 47 | 4C |
| Octal | 342 | 225 | 355 | 5 | 45 | 0 | 7 | 444 | 107 | 114 |
| Binary | 11100010 | 10010101 | 11101101 | 101 | 100101 | 0 | 111 | 100100100 | 1000111 | 1001100 |
Color Harmonies of #E295ED
Complementary color
Monochromatic Colors of #E295ED
Black with #E295ED
Text Example
Text Example
White with #E295ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295ED; }
p { color: rgb(226,149,237); }
H1.HeaderClassName
{
color: #E295ED;
}
.AnyTagClassName
{
color: #E295ED;
}
</style>
background-color css
<style>
a { background-color: #E295ED; }
a { background-color: rgb(226,149,237); }
div.DivClassName
{
background-color: #E295ED;
}
.BgClassName
{
background-color: #E295ED;
}
</style>
border-color css
<style>
span { border-color: #E295ED; }
span { border-color: rgb(226,149,237); }
td.TdClassName
{
border-color: #E295ED;
}
.TagClassName
{
border-color: #E295ED;
}
</style>