Shades of Plum #E492E0
Tints of Plum #E492E0
RGB
CMYK
RGB Variations
Color information
#E492E0 (or 0xE492E0) is known color: Plum. HEX triplet: E4, 92 and E0. RGB value is (228,146,224). Sum of RGB (Red+Green+Blue) = 228+146+224=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 228 - color contains mainly: red. Hex color #E492E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492E0 is #1B6D1F. Grayscale: #B3B3B3. Windows color (decimal): -1797408 or 14717668. OLE color: 14717668.
HSL color Cylindrical-coordinate representation of color #E492E0: hue angle of 302.93º 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 #E492E0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 224 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.11 |
| HSL | 302.93º | 0.6% | 0.73% | - |
| HSV(B) | 302.93º | 0.36% | 0.89% | - |
| XYZ | 55.73 | 42.43 | 75.77 | - |
| YUV | 179.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 224 | 0 | 0.36 | 0.02 | 0.11 | 302.93 | 0.6 | 0.73 |
| Hex | E4 | 92 | E0 | 0 | 24 | 2 | B | 12F | 3C | 49 |
| Octal | 344 | 222 | 340 | 0 | 44 | 2 | 13 | 457 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11100000 | 0 | 100100 | 10 | 1011 | 100101111 | 111100 | 1001001 |
Color Harmonies of #E492E0
Complementary color
Monochromatic Colors of #E492E0
Black with #E492E0
Text Example
Text Example
White with #E492E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492E0; }
p { color: rgb(228,146,224); }
H1.HeaderClassName
{
color: #E492E0;
}
.AnyTagClassName
{
color: #E492E0;
}
</style>
background-color css
<style>
a { background-color: #E492E0; }
a { background-color: rgb(228,146,224); }
div.DivClassName
{
background-color: #E492E0;
}
.BgClassName
{
background-color: #E492E0;
}
</style>
border-color css
<style>
span { border-color: #E492E0; }
span { border-color: rgb(228,146,224); }
td.TdClassName
{
border-color: #E492E0;
}
.TagClassName
{
border-color: #E492E0;
}
</style>