Shades of Plum #E492D2
Tints of Plum #E492D2
RGB
CMYK
RGB Variations
Color information
#E492D2 (or 0xE492D2) is known color: Plum. HEX triplet: E4, 92 and D2. RGB value is (228,146,210). Sum of RGB (Red+Green+Blue) = 228+146+210=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E492D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492D2 is #1B6D2D. Grayscale: #B1B1B1. Windows color (decimal): -1797422 or 13800164. OLE color: 13800164.
HSL color Cylindrical-coordinate representation of color #E492D2: hue angle of 313.17º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E492D2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 210 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.11 |
| HSL | 313.17º | 0.6% | 0.73% | - |
| HSV(B) | 313.17º | 0.36% | 0.89% | - |
| XYZ | 53.91 | 41.7 | 66.18 | - |
| YUV | 177.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 210 | 0 | 0.36 | 0.08 | 0.11 | 313.17 | 0.6 | 0.73 |
| Hex | E4 | 92 | D2 | 0 | 24 | 8 | B | 139 | 3C | 49 |
| Octal | 344 | 222 | 322 | 0 | 44 | 10 | 13 | 471 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11010010 | 0 | 100100 | 1000 | 1011 | 100111001 | 111100 | 1001001 |
Color Harmonies of #E492D2
Complementary color
Monochromatic Colors of #E492D2
Black with #E492D2
Text Example
Text Example
White with #E492D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492D2; }
p { color: rgb(228,146,210); }
H1.HeaderClassName
{
color: #E492D2;
}
.AnyTagClassName
{
color: #E492D2;
}
</style>
background-color css
<style>
a { background-color: #E492D2; }
a { background-color: rgb(228,146,210); }
div.DivClassName
{
background-color: #E492D2;
}
.BgClassName
{
background-color: #E492D2;
}
</style>
border-color css
<style>
span { border-color: #E492D2; }
span { border-color: rgb(228,146,210); }
td.TdClassName
{
border-color: #E492D2;
}
.TagClassName
{
border-color: #E492D2;
}
</style>