Shades of Violet #E084DF
Tints of Violet #E084DF
RGB
CMYK
RGB Variations
Color information
#E084DF (or 0xE084DF) is known color: Violet. HEX triplet: E0, 84 and DF. RGB value is (224,132,223). Sum of RGB (Red+Green+Blue) = 224+132+223=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E084DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084DF is #1F7B20. Grayscale: #A9A9A9. Windows color (decimal): -2063137 or 14648544. OLE color: 14648544.
HSL color Cylindrical-coordinate representation of color #E084DF: hue angle of 300.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084DF is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 223 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.12 |
| HSL | 300.65º | 0.6% | 0.7% | - |
| HSV(B) | 300.65º | 0.41% | 0.88% | - |
| XYZ | 52.31 | 37.68 | 74.33 | - |
| YUV | 169.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 223 | 0 | 0.41 | 0.00 | 0.12 | 300.65 | 0.6 | 0.7 |
| Hex | E0 | 84 | DF | 0 | 29 | 0 | C | 12D | 3C | 46 |
| Octal | 340 | 204 | 337 | 0 | 51 | 0 | 14 | 455 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11011111 | 0 | 101001 | 0 | 1100 | 100101101 | 111100 | 1000110 |
Color Harmonies of #E084DF
Complementary color
Monochromatic Colors of #E084DF
Black with #E084DF
Text Example
Text Example
White with #E084DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084DF; }
p { color: rgb(224,132,223); }
H1.HeaderClassName
{
color: #E084DF;
}
.AnyTagClassName
{
color: #E084DF;
}
</style>
background-color css
<style>
a { background-color: #E084DF; }
a { background-color: rgb(224,132,223); }
div.DivClassName
{
background-color: #E084DF;
}
.BgClassName
{
background-color: #E084DF;
}
</style>
border-color css
<style>
span { border-color: #E084DF; }
span { border-color: rgb(224,132,223); }
td.TdClassName
{
border-color: #E084DF;
}
.TagClassName
{
border-color: #E084DF;
}
</style>