Shades of Plum #E397E6
Tints of Plum #E397E6
RGB
CMYK
RGB Variations
Color information
#E397E6 (or 0xE397E6) is known color: Plum. HEX triplet: E3, 97 and E6. RGB value is (227,151,230). Sum of RGB (Red+Green+Blue) = 227+151+230=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #E397E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E397E6 is #1C6819. Grayscale: #B6B6B6. Windows color (decimal): -1861658 or 15112163. OLE color: 15112163.
HSL color Cylindrical-coordinate representation of color #E397E6: hue angle of 297.72º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E397E6 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 151 | 230 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.10 |
| HSL | 297.72º | 0.61% | 0.75% | - |
| HSV(B) | 297.72º | 0.34% | 0.9% | - |
| XYZ | 57.03 | 44.18 | 80.38 | - |
| YUV | 182.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 230 | 0.01 | 0.34 | 0 | 0.10 | 297.72 | 0.61 | 0.75 |
| Hex | E3 | 97 | E6 | 1 | 22 | 0 | A | 12A | 3D | 4B |
| Octal | 343 | 227 | 346 | 1 | 42 | 0 | 12 | 452 | 75 | 113 |
| Binary | 11100011 | 10010111 | 11100110 | 1 | 100010 | 0 | 1010 | 100101010 | 111101 | 1001011 |
Color Harmonies of #E397E6
Complementary color
Monochromatic Colors of #E397E6
Black with #E397E6
Text Example
Text Example
White with #E397E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397E6; }
p { color: rgb(227,151,230); }
H1.HeaderClassName
{
color: #E397E6;
}
.AnyTagClassName
{
color: #E397E6;
}
</style>
background-color css
<style>
a { background-color: #E397E6; }
a { background-color: rgb(227,151,230); }
div.DivClassName
{
background-color: #E397E6;
}
.BgClassName
{
background-color: #E397E6;
}
</style>
border-color css
<style>
span { border-color: #E397E6; }
span { border-color: rgb(227,151,230); }
td.TdClassName
{
border-color: #E397E6;
}
.TagClassName
{
border-color: #E397E6;
}
</style>