Shades of Plum #E394ED
Tints of Plum #E394ED
RGB
CMYK
RGB Variations
Color information
#E394ED (or 0xE394ED) is known color: Plum. HEX triplet: E3, 94 and ED. RGB value is (227,148,237). Sum of RGB (Red+Green+Blue) = 227+148+237=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 148 (58.20% from 255 or 24.18% 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 #E394ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394ED is #1C6B12. Grayscale: #B5B5B5. Windows color (decimal): -1862419 or 15570147. OLE color: 15570147.
HSL color Cylindrical-coordinate representation of color #E394ED: hue angle of 293.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E394ED is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 148 | 237 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.07 |
| HSL | 293.26º | 0.71% | 0.75% | - |
| HSV(B) | 293.26º | 0.38% | 0.93% | - |
| XYZ | 57.55 | 43.63 | 85.51 | - |
| YUV | 181.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 237 | 0.04 | 0.38 | 0 | 0.07 | 293.26 | 0.71 | 0.75 |
| Hex | E3 | 94 | ED | 4 | 26 | 0 | 7 | 125 | 47 | 4B |
| Octal | 343 | 224 | 355 | 4 | 46 | 0 | 7 | 445 | 107 | 113 |
| Binary | 11100011 | 10010100 | 11101101 | 100 | 100110 | 0 | 111 | 100100101 | 1000111 | 1001011 |
Color Harmonies of #E394ED
Complementary color
Monochromatic Colors of #E394ED
Black with #E394ED
Text Example
Text Example
White with #E394ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394ED; }
p { color: rgb(227,148,237); }
H1.HeaderClassName
{
color: #E394ED;
}
.AnyTagClassName
{
color: #E394ED;
}
</style>
background-color css
<style>
a { background-color: #E394ED; }
a { background-color: rgb(227,148,237); }
div.DivClassName
{
background-color: #E394ED;
}
.BgClassName
{
background-color: #E394ED;
}
</style>
border-color css
<style>
span { border-color: #E394ED; }
span { border-color: rgb(227,148,237); }
td.TdClassName
{
border-color: #E394ED;
}
.TagClassName
{
border-color: #E394ED;
}
</style>