Shades of Plum #E192DA
Tints of Plum #E192DA
RGB
CMYK
RGB Variations
Color information
#E192DA (or 0xE192DA) is known color: Plum. HEX triplet: E1, 92 and DA. RGB value is (225,146,218). Sum of RGB (Red+Green+Blue) = 225+146+218=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E192DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192DA is #1E6D25. Grayscale: #B1B1B1. Windows color (decimal): -1994022 or 14324449. OLE color: 14324449.
HSL color Cylindrical-coordinate representation of color #E192DA: hue angle of 305.32º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E192DA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 218 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.12 |
| HSL | 305.32º | 0.57% | 0.73% | - |
| HSV(B) | 305.32º | 0.35% | 0.88% | - |
| XYZ | 53.99 | 41.63 | 71.52 | - |
| YUV | 177.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 218 | 0 | 0.35 | 0.03 | 0.12 | 305.32 | 0.57 | 0.73 |
| Hex | E1 | 92 | DA | 0 | 23 | 3 | C | 131 | 39 | 49 |
| Octal | 341 | 222 | 332 | 0 | 43 | 3 | 14 | 461 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11011010 | 0 | 100011 | 11 | 1100 | 100110001 | 111001 | 1001001 |
Color Harmonies of #E192DA
Complementary color
Monochromatic Colors of #E192DA
Black with #E192DA
Text Example
Text Example
White with #E192DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192DA; }
p { color: rgb(225,146,218); }
H1.HeaderClassName
{
color: #E192DA;
}
.AnyTagClassName
{
color: #E192DA;
}
</style>
background-color css
<style>
a { background-color: #E192DA; }
a { background-color: rgb(225,146,218); }
div.DivClassName
{
background-color: #E192DA;
}
.BgClassName
{
background-color: #E192DA;
}
</style>
border-color css
<style>
span { border-color: #E192DA; }
span { border-color: rgb(225,146,218); }
td.TdClassName
{
border-color: #E192DA;
}
.TagClassName
{
border-color: #E192DA;
}
</style>