Shades of Plum #E197E9
Tints of Plum #E197E9
RGB
CMYK
RGB Variations
Color information
#E197E9 (or 0xE197E9) is known color: Plum. HEX triplet: E1, 97 and E9. RGB value is (225,151,233). Sum of RGB (Red+Green+Blue) = 225+151+233=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #E197E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197E9 is #1E6816. Grayscale: #B6B6B6. Windows color (decimal): -1992727 or 15308769. OLE color: 15308769.
HSL color Cylindrical-coordinate representation of color #E197E9: hue angle of 294.15º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E197E9 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 151 | 233 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.09 |
| HSL | 294.15º | 0.65% | 0.75% | - |
| HSV(B) | 294.15º | 0.35% | 0.91% | - |
| XYZ | 56.83 | 44.02 | 82.59 | - |
| YUV | 182.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 233 | 0.03 | 0.35 | 0 | 0.09 | 294.15 | 0.65 | 0.75 |
| Hex | E1 | 97 | E9 | 3 | 23 | 0 | 9 | 126 | 41 | 4B |
| Octal | 341 | 227 | 351 | 3 | 43 | 0 | 11 | 446 | 101 | 113 |
| Binary | 11100001 | 10010111 | 11101001 | 11 | 100011 | 0 | 1001 | 100100110 | 1000001 | 1001011 |
Color Harmonies of #E197E9
Complementary color
Monochromatic Colors of #E197E9
Black with #E197E9
Text Example
Text Example
White with #E197E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197E9; }
p { color: rgb(225,151,233); }
H1.HeaderClassName
{
color: #E197E9;
}
.AnyTagClassName
{
color: #E197E9;
}
</style>
background-color css
<style>
a { background-color: #E197E9; }
a { background-color: rgb(225,151,233); }
div.DivClassName
{
background-color: #E197E9;
}
.BgClassName
{
background-color: #E197E9;
}
</style>
border-color css
<style>
span { border-color: #E197E9; }
span { border-color: rgb(225,151,233); }
td.TdClassName
{
border-color: #E197E9;
}
.TagClassName
{
border-color: #E197E9;
}
</style>