Shades of Plum #E197E2
Tints of Plum #E197E2
RGB
CMYK
RGB Variations
Color information
#E197E2 (or 0xE197E2) is known color: Plum. HEX triplet: E1, 97 and E2. RGB value is (225,151,226). Sum of RGB (Red+Green+Blue) = 225+151+226=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #E197E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197E2 is #1E681D. Grayscale: #B5B5B5. Windows color (decimal): -1992734 or 14850017. OLE color: 14850017.
HSL color Cylindrical-coordinate representation of color #E197E2: hue angle of 299.2º degrees, saturation: 0.56, 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 #E197E2 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 151 | 226 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.11 |
| HSL | 299.2º | 0.56% | 0.74% | - |
| HSV(B) | 299.2º | 0.33% | 0.89% | - |
| XYZ | 55.85 | 43.63 | 77.43 | - |
| YUV | 181.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 226 | 0.00 | 0.33 | 0 | 0.11 | 299.2 | 0.56 | 0.74 |
| Hex | E1 | 97 | E2 | 0 | 21 | 0 | B | 12B | 38 | 4A |
| Octal | 341 | 227 | 342 | 0 | 41 | 0 | 13 | 453 | 70 | 112 |
| Binary | 11100001 | 10010111 | 11100010 | 0 | 100001 | 0 | 1011 | 100101011 | 111000 | 1001010 |
Color Harmonies of #E197E2
Complementary color
Monochromatic Colors of #E197E2
Black with #E197E2
Text Example
Text Example
White with #E197E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197E2; }
p { color: rgb(225,151,226); }
H1.HeaderClassName
{
color: #E197E2;
}
.AnyTagClassName
{
color: #E197E2;
}
</style>
background-color css
<style>
a { background-color: #E197E2; }
a { background-color: rgb(225,151,226); }
div.DivClassName
{
background-color: #E197E2;
}
.BgClassName
{
background-color: #E197E2;
}
</style>
border-color css
<style>
span { border-color: #E197E2; }
span { border-color: rgb(225,151,226); }
td.TdClassName
{
border-color: #E197E2;
}
.TagClassName
{
border-color: #E197E2;
}
</style>