Shades of Violet #E585EE
Tints of Violet #E585EE
RGB
CMYK
RGB Variations
Color information
#E585EE (or 0xE585EE) is known color: Violet. HEX triplet: E5, 85 and EE. RGB value is (229,133,238). Sum of RGB (Red+Green+Blue) = 229+133+238=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #E585EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585EE is #1A7A11. Grayscale: #ADADAD. Windows color (decimal): -1735186 or 15631845. OLE color: 15631845.
HSL color Cylindrical-coordinate representation of color #E585EE: hue angle of 294.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E585EE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 133 | 238 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.86º | 0.76% | 0.73% | - |
| HSV(B) | 294.86º | 0.44% | 0.93% | - |
| XYZ | 56.13 | 39.61 | 85.58 | - |
| YUV | 173.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 238 | 0.04 | 0.44 | 0 | 0.07 | 294.86 | 0.76 | 0.73 |
| Hex | E5 | 85 | EE | 4 | 2C | 0 | 7 | 127 | 4C | 49 |
| Octal | 345 | 205 | 356 | 4 | 54 | 0 | 7 | 447 | 114 | 111 |
| Binary | 11100101 | 10000101 | 11101110 | 100 | 101100 | 0 | 111 | 100100111 | 1001100 | 1001001 |
Color Harmonies of #E585EE
Complementary color
Monochromatic Colors of #E585EE
Black with #E585EE
Text Example
Text Example
White with #E585EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585EE; }
p { color: rgb(229,133,238); }
H1.HeaderClassName
{
color: #E585EE;
}
.AnyTagClassName
{
color: #E585EE;
}
</style>
background-color css
<style>
a { background-color: #E585EE; }
a { background-color: rgb(229,133,238); }
div.DivClassName
{
background-color: #E585EE;
}
.BgClassName
{
background-color: #E585EE;
}
</style>
border-color css
<style>
span { border-color: #E585EE; }
span { border-color: rgb(229,133,238); }
td.TdClassName
{
border-color: #E585EE;
}
.TagClassName
{
border-color: #E585EE;
}
</style>