Shades of Violet #E592EA
Tints of Violet #E592EA
RGB
CMYK
RGB Variations
Color information
#E592EA (or 0xE592EA) is known color: Violet. HEX triplet: E5, 92 and EA. RGB value is (229,146,234). Sum of RGB (Red+Green+Blue) = 229+146+234=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #E592EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E592EA is #1A6D15. Grayscale: #B4B4B4. Windows color (decimal): -1731862 or 15373029. OLE color: 15373029.
HSL color Cylindrical-coordinate representation of color #E592EA: hue angle of 296.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E592EA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 146 | 234 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.08 |
| HSL | 296.59º | 0.68% | 0.75% | - |
| HSV(B) | 296.59º | 0.38% | 0.92% | - |
| XYZ | 57.44 | 43.16 | 83.14 | - |
| YUV | 180.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 234 | 0.02 | 0.38 | 0 | 0.08 | 296.59 | 0.68 | 0.75 |
| Hex | E5 | 92 | EA | 2 | 26 | 0 | 8 | 129 | 44 | 4B |
| Octal | 345 | 222 | 352 | 2 | 46 | 0 | 10 | 451 | 104 | 113 |
| Binary | 11100101 | 10010010 | 11101010 | 10 | 100110 | 0 | 1000 | 100101001 | 1000100 | 1001011 |
Color Harmonies of #E592EA
Complementary color
Monochromatic Colors of #E592EA
Black with #E592EA
Text Example
Text Example
White with #E592EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592EA; }
p { color: rgb(229,146,234); }
H1.HeaderClassName
{
color: #E592EA;
}
.AnyTagClassName
{
color: #E592EA;
}
</style>
background-color css
<style>
a { background-color: #E592EA; }
a { background-color: rgb(229,146,234); }
div.DivClassName
{
background-color: #E592EA;
}
.BgClassName
{
background-color: #E592EA;
}
</style>
border-color css
<style>
span { border-color: #E592EA; }
span { border-color: rgb(229,146,234); }
td.TdClassName
{
border-color: #E592EA;
}
.TagClassName
{
border-color: #E592EA;
}
</style>