Shades of Violet #E084EF
Tints of Violet #E084EF
RGB
CMYK
RGB Variations
Color information
#E084EF (or 0xE084EF) is known color: Violet. HEX triplet: E0, 84 and EF. RGB value is (224,132,239). Sum of RGB (Red+Green+Blue) = 224+132+239=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #E084EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084EF is #1F7B10. Grayscale: #ABABAB. Windows color (decimal): -2063121 or 15697120. OLE color: 15697120.
HSL color Cylindrical-coordinate representation of color #E084EF: hue angle of 291.59º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E084EF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 132 | 239 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.06 |
| HSL | 291.59º | 0.77% | 0.73% | - |
| HSV(B) | 291.59º | 0.45% | 0.94% | - |
| XYZ | 54.57 | 38.58 | 86.23 | - |
| YUV | 171.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 239 | 0.06 | 0.45 | 0 | 0.06 | 291.59 | 0.77 | 0.73 |
| Hex | E0 | 84 | EF | 6 | 2D | 0 | 6 | 124 | 4D | 49 |
| Octal | 340 | 204 | 357 | 6 | 55 | 0 | 6 | 444 | 115 | 111 |
| Binary | 11100000 | 10000100 | 11101111 | 110 | 101101 | 0 | 110 | 100100100 | 1001101 | 1001001 |
Color Harmonies of #E084EF
Complementary color
Monochromatic Colors of #E084EF
Black with #E084EF
Text Example
Text Example
White with #E084EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084EF; }
p { color: rgb(224,132,239); }
H1.HeaderClassName
{
color: #E084EF;
}
.AnyTagClassName
{
color: #E084EF;
}
</style>
background-color css
<style>
a { background-color: #E084EF; }
a { background-color: rgb(224,132,239); }
div.DivClassName
{
background-color: #E084EF;
}
.BgClassName
{
background-color: #E084EF;
}
</style>
border-color css
<style>
span { border-color: #E084EF; }
span { border-color: rgb(224,132,239); }
td.TdClassName
{
border-color: #E084EF;
}
.TagClassName
{
border-color: #E084EF;
}
</style>