Shades of Violet #E585EC
Tints of Violet #E585EC
RGB
CMYK
RGB Variations
Color information
#E585EC (or 0xE585EC) is known color: Violet. HEX triplet: E5, 85 and EC. RGB value is (229,133,236). Sum of RGB (Red+Green+Blue) = 229+133+236=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #E585EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585EC is #1A7A13. Grayscale: #ADADAD. Windows color (decimal): -1735188 or 15500773. OLE color: 15500773.
HSL color Cylindrical-coordinate representation of color #E585EC: hue angle of 295.92º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E585EC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 133 | 236 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 295.92º | 0.73% | 0.72% | - |
| HSV(B) | 295.92º | 0.44% | 0.93% | - |
| XYZ | 55.84 | 39.49 | 84.04 | - |
| YUV | 173.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 236 | 0.03 | 0.44 | 0 | 0.07 | 295.92 | 0.73 | 0.72 |
| Hex | E5 | 85 | EC | 3 | 2C | 0 | 7 | 128 | 49 | 48 |
| Octal | 345 | 205 | 354 | 3 | 54 | 0 | 7 | 450 | 111 | 110 |
| Binary | 11100101 | 10000101 | 11101100 | 11 | 101100 | 0 | 111 | 100101000 | 1001001 | 1001000 |
Color Harmonies of #E585EC
Complementary color
Monochromatic Colors of #E585EC
Black with #E585EC
Text Example
Text Example
White with #E585EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585EC; }
p { color: rgb(229,133,236); }
H1.HeaderClassName
{
color: #E585EC;
}
.AnyTagClassName
{
color: #E585EC;
}
</style>
background-color css
<style>
a { background-color: #E585EC; }
a { background-color: rgb(229,133,236); }
div.DivClassName
{
background-color: #E585EC;
}
.BgClassName
{
background-color: #E585EC;
}
</style>
border-color css
<style>
span { border-color: #E585EC; }
span { border-color: rgb(229,133,236); }
td.TdClassName
{
border-color: #E585EC;
}
.TagClassName
{
border-color: #E585EC;
}
</style>