Shades of Plum #E492E8
Tints of Plum #E492E8
RGB
CMYK
RGB Variations
Color information
#E492E8 (or 0xE492E8) is known color: Plum. HEX triplet: E4, 92 and E8. RGB value is (228,146,232). Sum of RGB (Red+Green+Blue) = 228+146+232=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #E492E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E492E8 is #1B6D17. Grayscale: #B4B4B4. Windows color (decimal): -1797400 or 15241956. OLE color: 15241956.
HSL color Cylindrical-coordinate representation of color #E492E8: hue angle of 297.21º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E492E8 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 146 | 232 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.09 |
| HSL | 297.21º | 0.65% | 0.74% | - |
| HSV(B) | 297.21º | 0.37% | 0.91% | - |
| XYZ | 56.84 | 42.88 | 81.62 | - |
| YUV | 180.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 232 | 0.02 | 0.37 | 0 | 0.09 | 297.21 | 0.65 | 0.74 |
| Hex | E4 | 92 | E8 | 2 | 25 | 0 | 9 | 129 | 41 | 4A |
| Octal | 344 | 222 | 350 | 2 | 45 | 0 | 11 | 451 | 101 | 112 |
| Binary | 11100100 | 10010010 | 11101000 | 10 | 100101 | 0 | 1001 | 100101001 | 1000001 | 1001010 |
Color Harmonies of #E492E8
Complementary color
Monochromatic Colors of #E492E8
Black with #E492E8
Text Example
Text Example
White with #E492E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492E8; }
p { color: rgb(228,146,232); }
H1.HeaderClassName
{
color: #E492E8;
}
.AnyTagClassName
{
color: #E492E8;
}
</style>
background-color css
<style>
a { background-color: #E492E8; }
a { background-color: rgb(228,146,232); }
div.DivClassName
{
background-color: #E492E8;
}
.BgClassName
{
background-color: #E492E8;
}
</style>
border-color css
<style>
span { border-color: #E492E8; }
span { border-color: rgb(228,146,232); }
td.TdClassName
{
border-color: #E492E8;
}
.TagClassName
{
border-color: #E492E8;
}
</style>