Shades of Plum #E395ED
Tints of Plum #E395ED
RGB
CMYK
RGB Variations
Color information
#E395ED (or 0xE395ED) is known color: Plum. HEX triplet: E3, 95 and ED. RGB value is (227,149,237). Sum of RGB (Red+Green+Blue) = 227+149+237=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #E395ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E395ED is #1C6A12. Grayscale: #B6B6B6. Windows color (decimal): -1862163 or 15570403. OLE color: 15570403.
HSL color Cylindrical-coordinate representation of color #E395ED: hue angle of 293.18º 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 #E395ED is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 149 | 237 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.07 |
| HSL | 293.18º | 0.71% | 0.76% | - |
| HSV(B) | 293.18º | 0.37% | 0.93% | - |
| XYZ | 57.71 | 43.94 | 85.56 | - |
| YUV | 182.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 237 | 0.04 | 0.37 | 0 | 0.07 | 293.18 | 0.71 | 0.76 |
| Hex | E3 | 95 | ED | 4 | 25 | 0 | 7 | 125 | 47 | 4C |
| Octal | 343 | 225 | 355 | 4 | 45 | 0 | 7 | 445 | 107 | 114 |
| Binary | 11100011 | 10010101 | 11101101 | 100 | 100101 | 0 | 111 | 100100101 | 1000111 | 1001100 |
Color Harmonies of #E395ED
Complementary color
Monochromatic Colors of #E395ED
Black with #E395ED
Text Example
Text Example
White with #E395ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395ED; }
p { color: rgb(227,149,237); }
H1.HeaderClassName
{
color: #E395ED;
}
.AnyTagClassName
{
color: #E395ED;
}
</style>
background-color css
<style>
a { background-color: #E395ED; }
a { background-color: rgb(227,149,237); }
div.DivClassName
{
background-color: #E395ED;
}
.BgClassName
{
background-color: #E395ED;
}
</style>
border-color css
<style>
span { border-color: #E395ED; }
span { border-color: rgb(227,149,237); }
td.TdClassName
{
border-color: #E395ED;
}
.TagClassName
{
border-color: #E395ED;
}
</style>