Shades of Plum #E398DC
Tints of Plum #E398DC
RGB
CMYK
RGB Variations
Color information
#E398DC (or 0xE398DC) is known color: Plum. HEX triplet: E3, 98 and DC. RGB value is (227,152,220). Sum of RGB (Red+Green+Blue) = 227+152+220=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E398DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E398DC is #1C6723. Grayscale: #B5B5B5. Windows color (decimal): -1861412 or 14457059. OLE color: 14457059.
HSL color Cylindrical-coordinate representation of color #E398DC: hue angle of 305.6º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E398DC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 220 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.11 |
| HSL | 305.6º | 0.57% | 0.74% | - |
| HSV(B) | 305.6º | 0.33% | 0.89% | - |
| XYZ | 55.83 | 43.95 | 73.25 | - |
| YUV | 182.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 220 | 0 | 0.33 | 0.03 | 0.11 | 305.6 | 0.57 | 0.74 |
| Hex | E3 | 98 | DC | 0 | 21 | 3 | B | 132 | 39 | 4A |
| Octal | 343 | 230 | 334 | 0 | 41 | 3 | 13 | 462 | 71 | 112 |
| Binary | 11100011 | 10011000 | 11011100 | 0 | 100001 | 11 | 1011 | 100110010 | 111001 | 1001010 |
Color Harmonies of #E398DC
Complementary color
Monochromatic Colors of #E398DC
Black with #E398DC
Text Example
Text Example
White with #E398DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398DC; }
p { color: rgb(227,152,220); }
H1.HeaderClassName
{
color: #E398DC;
}
.AnyTagClassName
{
color: #E398DC;
}
</style>
background-color css
<style>
a { background-color: #E398DC; }
a { background-color: rgb(227,152,220); }
div.DivClassName
{
background-color: #E398DC;
}
.BgClassName
{
background-color: #E398DC;
}
</style>
border-color css
<style>
span { border-color: #E398DC; }
span { border-color: rgb(227,152,220); }
td.TdClassName
{
border-color: #E398DC;
}
.TagClassName
{
border-color: #E398DC;
}
</style>