Shades of Plum #E197DA
Tints of Plum #E197DA
RGB
CMYK
RGB Variations
Color information
#E197DA (or 0xE197DA) is known color: Plum. HEX triplet: E1, 97 and DA. RGB value is (225,151,218). Sum of RGB (Red+Green+Blue) = 225+151+218=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DA is #1E6825. Grayscale: #B4B4B4. Windows color (decimal): -1992742 or 14325729. OLE color: 14325729.
HSL color Cylindrical-coordinate representation of color #E197DA: hue angle of 305.68º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E197DA is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 218 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.12 |
| HSL | 305.68º | 0.55% | 0.74% | - |
| HSV(B) | 305.68º | 0.33% | 0.88% | - |
| XYZ | 54.77 | 43.2 | 71.78 | - |
| YUV | 180.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 218 | 0 | 0.33 | 0.03 | 0.12 | 305.68 | 0.55 | 0.74 |
| Hex | E1 | 97 | DA | 0 | 21 | 3 | C | 132 | 37 | 4A |
| Octal | 341 | 227 | 332 | 0 | 41 | 3 | 14 | 462 | 67 | 112 |
| Binary | 11100001 | 10010111 | 11011010 | 0 | 100001 | 11 | 1100 | 100110010 | 110111 | 1001010 |
Color Harmonies of #E197DA
Complementary color
Monochromatic Colors of #E197DA
Black with #E197DA
Text Example
Text Example
White with #E197DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197DA; }
p { color: rgb(225,151,218); }
H1.HeaderClassName
{
color: #E197DA;
}
.AnyTagClassName
{
color: #E197DA;
}
</style>
background-color css
<style>
a { background-color: #E197DA; }
a { background-color: rgb(225,151,218); }
div.DivClassName
{
background-color: #E197DA;
}
.BgClassName
{
background-color: #E197DA;
}
</style>
border-color css
<style>
span { border-color: #E197DA; }
span { border-color: rgb(225,151,218); }
td.TdClassName
{
border-color: #E197DA;
}
.TagClassName
{
border-color: #E197DA;
}
</style>