Shades of Plum #E398F1
Tints of Plum #E398F1
RGB
CMYK
RGB Variations
Color information
#E398F1 (or 0xE398F1) is known color: Plum. HEX triplet: E3, 98 and F1. RGB value is (227,152,241). Sum of RGB (Red+Green+Blue) = 227+152+241=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #E398F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E398F1 is #1C670E. Grayscale: #B8B8B8. Windows color (decimal): -1861391 or 15833315. OLE color: 15833315.
HSL color Cylindrical-coordinate representation of color #E398F1: hue angle of 290.56º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E398F1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 152 | 241 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.05 |
| HSL | 290.56º | 0.76% | 0.77% | - |
| HSV(B) | 290.56º | 0.37% | 0.95% | - |
| XYZ | 58.78 | 45.14 | 88.83 | - |
| YUV | 184.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 241 | 0.06 | 0.37 | 0 | 0.05 | 290.56 | 0.76 | 0.77 |
| Hex | E3 | 98 | F1 | 6 | 25 | 0 | 5 | 123 | 4C | 4D |
| Octal | 343 | 230 | 361 | 6 | 45 | 0 | 5 | 443 | 114 | 115 |
| Binary | 11100011 | 10011000 | 11110001 | 110 | 100101 | 0 | 101 | 100100011 | 1001100 | 1001101 |
Color Harmonies of #E398F1
Complementary color
Monochromatic Colors of #E398F1
Black with #E398F1
Text Example
Text Example
White with #E398F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398F1; }
p { color: rgb(227,152,241); }
H1.HeaderClassName
{
color: #E398F1;
}
.AnyTagClassName
{
color: #E398F1;
}
</style>
background-color css
<style>
a { background-color: #E398F1; }
a { background-color: rgb(227,152,241); }
div.DivClassName
{
background-color: #E398F1;
}
.BgClassName
{
background-color: #E398F1;
}
</style>
border-color css
<style>
span { border-color: #E398F1; }
span { border-color: rgb(227,152,241); }
td.TdClassName
{
border-color: #E398F1;
}
.TagClassName
{
border-color: #E398F1;
}
</style>