Shades of Plum #E397DF
Tints of Plum #E397DF
RGB
CMYK
RGB Variations
Color information
#E397DF (or 0xE397DF) is known color: Plum. HEX triplet: E3, 97 and DF. RGB value is (227,151,223). Sum of RGB (Red+Green+Blue) = 227+151+223=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E397DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397DF is #1C6820. Grayscale: #B5B5B5. Windows color (decimal): -1861665 or 14653411. OLE color: 14653411.
HSL color Cylindrical-coordinate representation of color #E397DF: hue angle of 303.16º degrees, saturation: 0.58, 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 #E397DF is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 223 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.11 |
| HSL | 303.16º | 0.58% | 0.74% | - |
| HSV(B) | 303.16º | 0.33% | 0.89% | - |
| XYZ | 56.06 | 43.79 | 75.31 | - |
| YUV | 181.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 223 | 0 | 0.33 | 0.02 | 0.11 | 303.16 | 0.58 | 0.74 |
| Hex | E3 | 97 | DF | 0 | 21 | 2 | B | 12F | 3A | 4A |
| Octal | 343 | 227 | 337 | 0 | 41 | 2 | 13 | 457 | 72 | 112 |
| Binary | 11100011 | 10010111 | 11011111 | 0 | 100001 | 10 | 1011 | 100101111 | 111010 | 1001010 |
Color Harmonies of #E397DF
Complementary color
Monochromatic Colors of #E397DF
Black with #E397DF
Text Example
Text Example
White with #E397DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397DF; }
p { color: rgb(227,151,223); }
H1.HeaderClassName
{
color: #E397DF;
}
.AnyTagClassName
{
color: #E397DF;
}
</style>
background-color css
<style>
a { background-color: #E397DF; }
a { background-color: rgb(227,151,223); }
div.DivClassName
{
background-color: #E397DF;
}
.BgClassName
{
background-color: #E397DF;
}
</style>
border-color css
<style>
span { border-color: #E397DF; }
span { border-color: rgb(227,151,223); }
td.TdClassName
{
border-color: #E397DF;
}
.TagClassName
{
border-color: #E397DF;
}
</style>