Shades of Plum #E198EA
Tints of Plum #E198EA
RGB
CMYK
RGB Variations
Color information
#E198EA (or 0xE198EA) is known color: Plum. HEX triplet: E1, 98 and EA. RGB value is (225,152,234). Sum of RGB (Red+Green+Blue) = 225+152+234=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E198EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198EA is #1E6715. Grayscale: #B6B6B6. Windows color (decimal): -1992470 or 15374561. OLE color: 15374561.
HSL color Cylindrical-coordinate representation of color #E198EA: hue angle of 293.41º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E198EA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 152 | 234 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.08 |
| HSL | 293.41º | 0.66% | 0.76% | - |
| HSV(B) | 293.41º | 0.35% | 0.92% | - |
| XYZ | 57.13 | 44.4 | 83.4 | - |
| YUV | 183.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 234 | 0.04 | 0.35 | 0 | 0.08 | 293.41 | 0.66 | 0.76 |
| Hex | E1 | 98 | EA | 4 | 23 | 0 | 8 | 125 | 42 | 4C |
| Octal | 341 | 230 | 352 | 4 | 43 | 0 | 10 | 445 | 102 | 114 |
| Binary | 11100001 | 10011000 | 11101010 | 100 | 100011 | 0 | 1000 | 100100101 | 1000010 | 1001100 |
Color Harmonies of #E198EA
Complementary color
Monochromatic Colors of #E198EA
Black with #E198EA
Text Example
Text Example
White with #E198EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198EA; }
p { color: rgb(225,152,234); }
H1.HeaderClassName
{
color: #E198EA;
}
.AnyTagClassName
{
color: #E198EA;
}
</style>
background-color css
<style>
a { background-color: #E198EA; }
a { background-color: rgb(225,152,234); }
div.DivClassName
{
background-color: #E198EA;
}
.BgClassName
{
background-color: #E198EA;
}
</style>
border-color css
<style>
span { border-color: #E198EA; }
span { border-color: rgb(225,152,234); }
td.TdClassName
{
border-color: #E198EA;
}
.TagClassName
{
border-color: #E198EA;
}
</style>