Shades of Violet #E085E5
Tints of Violet #E085E5
RGB
CMYK
RGB Variations
Color information
#E085E5 (or 0xE085E5) is known color: Violet. HEX triplet: E0, 85 and E5. RGB value is (224,133,229). Sum of RGB (Red+Green+Blue) = 224+133+229=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #E085E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085E5 is #1F7A1A. Grayscale: #AAAAAA. Windows color (decimal): -2062875 or 15042016. OLE color: 15042016.
HSL color Cylindrical-coordinate representation of color #E085E5: hue angle of 296.88º 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 #E085E5 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 133 | 229 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.10 |
| HSL | 296.88º | 0.65% | 0.71% | - |
| HSV(B) | 296.88º | 0.42% | 0.9% | - |
| XYZ | 53.27 | 38.28 | 78.71 | - |
| YUV | 171.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 229 | 0.02 | 0.42 | 0 | 0.10 | 296.88 | 0.65 | 0.71 |
| Hex | E0 | 85 | E5 | 2 | 2A | 0 | A | 129 | 41 | 47 |
| Octal | 340 | 205 | 345 | 2 | 52 | 0 | 12 | 451 | 101 | 107 |
| Binary | 11100000 | 10000101 | 11100101 | 10 | 101010 | 0 | 1010 | 100101001 | 1000001 | 1000111 |
Color Harmonies of #E085E5
Complementary color
Monochromatic Colors of #E085E5
Black with #E085E5
Text Example
Text Example
White with #E085E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085E5; }
p { color: rgb(224,133,229); }
H1.HeaderClassName
{
color: #E085E5;
}
.AnyTagClassName
{
color: #E085E5;
}
</style>
background-color css
<style>
a { background-color: #E085E5; }
a { background-color: rgb(224,133,229); }
div.DivClassName
{
background-color: #E085E5;
}
.BgClassName
{
background-color: #E085E5;
}
</style>
border-color css
<style>
span { border-color: #E085E5; }
span { border-color: rgb(224,133,229); }
td.TdClassName
{
border-color: #E085E5;
}
.TagClassName
{
border-color: #E085E5;
}
</style>