Shades of Plum #E397CF
Tints of Plum #E397CF
RGB
CMYK
RGB Variations
Color information
#E397CF (or 0xE397CF) is known color: Plum. HEX triplet: E3, 97 and CF. RGB value is (227,151,207). Sum of RGB (Red+Green+Blue) = 227+151+207=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E397CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397CF is #1C6830. Grayscale: #B3B3B3. Windows color (decimal): -1861681 or 13604835. OLE color: 13604835.
HSL color Cylindrical-coordinate representation of color #E397CF: hue angle of 315.79º 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 #E397CF is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 207 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.11 |
| HSL | 315.79º | 0.58% | 0.74% | - |
| HSV(B) | 315.79º | 0.33% | 0.89% | - |
| XYZ | 54.01 | 42.97 | 64.48 | - |
| YUV | 180.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 207 | 0 | 0.33 | 0.09 | 0.11 | 315.79 | 0.58 | 0.74 |
| Hex | E3 | 97 | CF | 0 | 21 | 9 | B | 13C | 3A | 4A |
| Octal | 343 | 227 | 317 | 0 | 41 | 11 | 13 | 474 | 72 | 112 |
| Binary | 11100011 | 10010111 | 11001111 | 0 | 100001 | 1001 | 1011 | 100111100 | 111010 | 1001010 |
Color Harmonies of #E397CF
Complementary color
Monochromatic Colors of #E397CF
Black with #E397CF
Text Example
Text Example
White with #E397CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397CF; }
p { color: rgb(227,151,207); }
H1.HeaderClassName
{
color: #E397CF;
}
.AnyTagClassName
{
color: #E397CF;
}
</style>
background-color css
<style>
a { background-color: #E397CF; }
a { background-color: rgb(227,151,207); }
div.DivClassName
{
background-color: #E397CF;
}
.BgClassName
{
background-color: #E397CF;
}
</style>
border-color css
<style>
span { border-color: #E397CF; }
span { border-color: rgb(227,151,207); }
td.TdClassName
{
border-color: #E397CF;
}
.TagClassName
{
border-color: #E397CF;
}
</style>