Shades of Plum #E197DE
Tints of Plum #E197DE
RGB
CMYK
RGB Variations
Color information
#E197DE (or 0xE197DE) is known color: Plum. HEX triplet: E1, 97 and DE. RGB value is (225,151,222). Sum of RGB (Red+Green+Blue) = 225+151+222=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DE is #1E6821. Grayscale: #B5B5B5. Windows color (decimal): -1992738 or 14587873. OLE color: 14587873.
HSL color Cylindrical-coordinate representation of color #E197DE: hue angle of 302.43º 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 #E197DE is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 222 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.12 |
| HSL | 302.43º | 0.55% | 0.74% | - |
| HSV(B) | 302.43º | 0.33% | 0.88% | - |
| XYZ | 55.3 | 43.41 | 74.57 | - |
| YUV | 181.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 222 | 0 | 0.33 | 0.01 | 0.12 | 302.43 | 0.55 | 0.74 |
| Hex | E1 | 97 | DE | 0 | 21 | 1 | C | 12E | 37 | 4A |
| Octal | 341 | 227 | 336 | 0 | 41 | 1 | 14 | 456 | 67 | 112 |
| Binary | 11100001 | 10010111 | 11011110 | 0 | 100001 | 1 | 1100 | 100101110 | 110111 | 1001010 |
Color Harmonies of #E197DE
Complementary color
Monochromatic Colors of #E197DE
Black with #E197DE
Text Example
Text Example
White with #E197DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197DE; }
p { color: rgb(225,151,222); }
H1.HeaderClassName
{
color: #E197DE;
}
.AnyTagClassName
{
color: #E197DE;
}
</style>
background-color css
<style>
a { background-color: #E197DE; }
a { background-color: rgb(225,151,222); }
div.DivClassName
{
background-color: #E197DE;
}
.BgClassName
{
background-color: #E197DE;
}
</style>
border-color css
<style>
span { border-color: #E197DE; }
span { border-color: rgb(225,151,222); }
td.TdClassName
{
border-color: #E197DE;
}
.TagClassName
{
border-color: #E197DE;
}
</style>