Shades of Violet #E084E9
Tints of Violet #E084E9
RGB
CMYK
RGB Variations
Color information
#E084E9 (or 0xE084E9) is known color: Violet. HEX triplet: E0, 84 and E9. RGB value is (224,132,233). Sum of RGB (Red+Green+Blue) = 224+132+233=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #E084E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084E9 is #1F7B16. Grayscale: #AAAAAA. Windows color (decimal): -2063127 or 15303904. OLE color: 15303904.
HSL color Cylindrical-coordinate representation of color #E084E9: hue angle of 294.65º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E084E9 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 132 | 233 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.09 |
| HSL | 294.65º | 0.7% | 0.72% | - |
| HSV(B) | 294.65º | 0.43% | 0.91% | - |
| XYZ | 53.7 | 38.23 | 81.64 | - |
| YUV | 171.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 233 | 0.04 | 0.43 | 0 | 0.09 | 294.65 | 0.7 | 0.72 |
| Hex | E0 | 84 | E9 | 4 | 2B | 0 | 9 | 127 | 46 | 48 |
| Octal | 340 | 204 | 351 | 4 | 53 | 0 | 11 | 447 | 106 | 110 |
| Binary | 11100000 | 10000100 | 11101001 | 100 | 101011 | 0 | 1001 | 100100111 | 1000110 | 1001000 |
Color Harmonies of #E084E9
Complementary color
Monochromatic Colors of #E084E9
Black with #E084E9
Text Example
Text Example
White with #E084E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084E9; }
p { color: rgb(224,132,233); }
H1.HeaderClassName
{
color: #E084E9;
}
.AnyTagClassName
{
color: #E084E9;
}
</style>
background-color css
<style>
a { background-color: #E084E9; }
a { background-color: rgb(224,132,233); }
div.DivClassName
{
background-color: #E084E9;
}
.BgClassName
{
background-color: #E084E9;
}
</style>
border-color css
<style>
span { border-color: #E084E9; }
span { border-color: rgb(224,132,233); }
td.TdClassName
{
border-color: #E084E9;
}
.TagClassName
{
border-color: #E084E9;
}
</style>