Shades of Violet #E084E5
Tints of Violet #E084E5
RGB
CMYK
RGB Variations
Color information
#E084E5 (or 0xE084E5) is known color: Violet. HEX triplet: E0, 84 and E5. RGB value is (224,132,229). Sum of RGB (Red+Green+Blue) = 224+132+229=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #E084E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084E5 is #1F7B1A. Grayscale: #AAAAAA. Windows color (decimal): -2063131 or 15041760. OLE color: 15041760.
HSL color Cylindrical-coordinate representation of color #E084E5: hue angle of 296.91º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E084E5 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 132 | 229 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.10 |
| HSL | 296.91º | 0.65% | 0.71% | - |
| HSV(B) | 296.91º | 0.42% | 0.9% | - |
| XYZ | 53.13 | 38.01 | 78.66 | - |
| YUV | 170.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 229 | 0.02 | 0.42 | 0 | 0.10 | 296.91 | 0.65 | 0.71 |
| Hex | E0 | 84 | E5 | 2 | 2A | 0 | A | 129 | 41 | 47 |
| Octal | 340 | 204 | 345 | 2 | 52 | 0 | 12 | 451 | 101 | 107 |
| Binary | 11100000 | 10000100 | 11100101 | 10 | 101010 | 0 | 1010 | 100101001 | 1000001 | 1000111 |
Color Harmonies of #E084E5
Complementary color
Monochromatic Colors of #E084E5
Black with #E084E5
Text Example
Text Example
White with #E084E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084E5; }
p { color: rgb(224,132,229); }
H1.HeaderClassName
{
color: #E084E5;
}
.AnyTagClassName
{
color: #E084E5;
}
</style>
background-color css
<style>
a { background-color: #E084E5; }
a { background-color: rgb(224,132,229); }
div.DivClassName
{
background-color: #E084E5;
}
.BgClassName
{
background-color: #E084E5;
}
</style>
border-color css
<style>
span { border-color: #E084E5; }
span { border-color: rgb(224,132,229); }
td.TdClassName
{
border-color: #E084E5;
}
.TagClassName
{
border-color: #E084E5;
}
</style>