Shades of Violet #E492EC
Tints of Violet #E492EC
RGB
CMYK
RGB Variations
Color information
#E492EC (or 0xE492EC) is known color: Violet. HEX triplet: E4, 92 and EC. RGB value is (228,146,236). Sum of RGB (Red+Green+Blue) = 228+146+236=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #E492EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E492EC is #1B6D13. Grayscale: #B4B4B4. Windows color (decimal): -1797396 or 15504100. OLE color: 15504100.
HSL color Cylindrical-coordinate representation of color #E492EC: hue angle of 294.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E492EC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 146 | 236 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.07 |
| HSL | 294.67º | 0.7% | 0.75% | - |
| HSV(B) | 294.67º | 0.38% | 0.93% | - |
| XYZ | 57.41 | 43.11 | 84.65 | - |
| YUV | 180.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 236 | 0.03 | 0.38 | 0 | 0.07 | 294.67 | 0.7 | 0.75 |
| Hex | E4 | 92 | EC | 3 | 26 | 0 | 7 | 127 | 46 | 4B |
| Octal | 344 | 222 | 354 | 3 | 46 | 0 | 7 | 447 | 106 | 113 |
| Binary | 11100100 | 10010010 | 11101100 | 11 | 100110 | 0 | 111 | 100100111 | 1000110 | 1001011 |
Color Harmonies of #E492EC
Complementary color
Monochromatic Colors of #E492EC
Black with #E492EC
Text Example
Text Example
White with #E492EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492EC; }
p { color: rgb(228,146,236); }
H1.HeaderClassName
{
color: #E492EC;
}
.AnyTagClassName
{
color: #E492EC;
}
</style>
background-color css
<style>
a { background-color: #E492EC; }
a { background-color: rgb(228,146,236); }
div.DivClassName
{
background-color: #E492EC;
}
.BgClassName
{
background-color: #E492EC;
}
</style>
border-color css
<style>
span { border-color: #E492EC; }
span { border-color: rgb(228,146,236); }
td.TdClassName
{
border-color: #E492EC;
}
.TagClassName
{
border-color: #E492EC;
}
</style>