Shades of Plum #E398ED
Tints of Plum #E398ED
RGB
CMYK
RGB Variations
Color information
#E398ED (or 0xE398ED) is known color: Plum. HEX triplet: E3, 98 and ED. RGB value is (227,152,237). Sum of RGB (Red+Green+Blue) = 227+152+237=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E398ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E398ED is #1C6712. Grayscale: #B7B7B7. Windows color (decimal): -1861395 or 15571171. OLE color: 15571171.
HSL color Cylindrical-coordinate representation of color #E398ED: hue angle of 292.94º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E398ED is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 152 | 237 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.07 |
| HSL | 292.94º | 0.7% | 0.76% | - |
| HSV(B) | 292.94º | 0.36% | 0.93% | - |
| XYZ | 58.19 | 44.9 | 85.72 | - |
| YUV | 184.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 237 | 0.04 | 0.36 | 0 | 0.07 | 292.94 | 0.7 | 0.76 |
| Hex | E3 | 98 | ED | 4 | 24 | 0 | 7 | 125 | 46 | 4C |
| Octal | 343 | 230 | 355 | 4 | 44 | 0 | 7 | 445 | 106 | 114 |
| Binary | 11100011 | 10011000 | 11101101 | 100 | 100100 | 0 | 111 | 100100101 | 1000110 | 1001100 |
Color Harmonies of #E398ED
Complementary color
Monochromatic Colors of #E398ED
Black with #E398ED
Text Example
Text Example
White with #E398ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398ED; }
p { color: rgb(227,152,237); }
H1.HeaderClassName
{
color: #E398ED;
}
.AnyTagClassName
{
color: #E398ED;
}
</style>
background-color css
<style>
a { background-color: #E398ED; }
a { background-color: rgb(227,152,237); }
div.DivClassName
{
background-color: #E398ED;
}
.BgClassName
{
background-color: #E398ED;
}
</style>
border-color css
<style>
span { border-color: #E398ED; }
span { border-color: rgb(227,152,237); }
td.TdClassName
{
border-color: #E398ED;
}
.TagClassName
{
border-color: #E398ED;
}
</style>