Shades of Plum #E397F0
Tints of Plum #E397F0
RGB
CMYK
RGB Variations
Color information
#E397F0 (or 0xE397F0) is known color: Plum. HEX triplet: E3, 97 and F0. RGB value is (227,151,240). Sum of RGB (Red+Green+Blue) = 227+151+240=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #E397F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E397F0 is #1C680F. Grayscale: #B7B7B7. Windows color (decimal): -1861648 or 15767523. OLE color: 15767523.
HSL color Cylindrical-coordinate representation of color #E397F0: hue angle of 291.24º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E397F0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 151 | 240 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.06 |
| HSL | 291.24º | 0.75% | 0.77% | - |
| HSV(B) | 291.24º | 0.37% | 0.94% | - |
| XYZ | 58.47 | 44.76 | 87.99 | - |
| YUV | 183.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 240 | 0.05 | 0.37 | 0 | 0.06 | 291.24 | 0.75 | 0.77 |
| Hex | E3 | 97 | F0 | 5 | 25 | 0 | 6 | 123 | 4B | 4D |
| Octal | 343 | 227 | 360 | 5 | 45 | 0 | 6 | 443 | 113 | 115 |
| Binary | 11100011 | 10010111 | 11110000 | 101 | 100101 | 0 | 110 | 100100011 | 1001011 | 1001101 |
Color Harmonies of #E397F0
Complementary color
Monochromatic Colors of #E397F0
Black with #E397F0
Text Example
Text Example
White with #E397F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397F0; }
p { color: rgb(227,151,240); }
H1.HeaderClassName
{
color: #E397F0;
}
.AnyTagClassName
{
color: #E397F0;
}
</style>
background-color css
<style>
a { background-color: #E397F0; }
a { background-color: rgb(227,151,240); }
div.DivClassName
{
background-color: #E397F0;
}
.BgClassName
{
background-color: #E397F0;
}
</style>
border-color css
<style>
span { border-color: #E397F0; }
span { border-color: rgb(227,151,240); }
td.TdClassName
{
border-color: #E397F0;
}
.TagClassName
{
border-color: #E397F0;
}
</style>