Shades of Plum #E397EB
Tints of Plum #E397EB
RGB
CMYK
RGB Variations
Color information
#E397EB (or 0xE397EB) is known color: Plum. HEX triplet: E3, 97 and EB. RGB value is (227,151,235). Sum of RGB (Red+Green+Blue) = 227+151+235=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #E397EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E397EB is #1C6814. Grayscale: #B7B7B7. Windows color (decimal): -1861653 or 15439843. OLE color: 15439843.
HSL color Cylindrical-coordinate representation of color #E397EB: hue angle of 294.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E397EB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 151 | 235 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.08 |
| HSL | 294.29º | 0.68% | 0.76% | - |
| HSV(B) | 294.29º | 0.36% | 0.92% | - |
| XYZ | 57.74 | 44.46 | 84.14 | - |
| YUV | 183.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 235 | 0.03 | 0.36 | 0 | 0.08 | 294.29 | 0.68 | 0.76 |
| Hex | E3 | 97 | EB | 3 | 24 | 0 | 8 | 126 | 44 | 4C |
| Octal | 343 | 227 | 353 | 3 | 44 | 0 | 10 | 446 | 104 | 114 |
| Binary | 11100011 | 10010111 | 11101011 | 11 | 100100 | 0 | 1000 | 100100110 | 1000100 | 1001100 |
Color Harmonies of #E397EB
Complementary color
Monochromatic Colors of #E397EB
Black with #E397EB
Text Example
Text Example
White with #E397EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397EB; }
p { color: rgb(227,151,235); }
H1.HeaderClassName
{
color: #E397EB;
}
.AnyTagClassName
{
color: #E397EB;
}
</style>
background-color css
<style>
a { background-color: #E397EB; }
a { background-color: rgb(227,151,235); }
div.DivClassName
{
background-color: #E397EB;
}
.BgClassName
{
background-color: #E397EB;
}
</style>
border-color css
<style>
span { border-color: #E397EB; }
span { border-color: rgb(227,151,235); }
td.TdClassName
{
border-color: #E397EB;
}
.TagClassName
{
border-color: #E397EB;
}
</style>