Shades of Violet #E580EC
Tints of Violet #E580EC
RGB
CMYK
RGB Variations
Color information
#E580EC (or 0xE580EC) is known color: Violet. HEX triplet: E5, 80 and EC. RGB value is (229,128,236). Sum of RGB (Red+Green+Blue) = 229+128+236=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E580EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E580EC is #1A7F13. Grayscale: #AAAAAA. Windows color (decimal): -1736468 or 15499493. OLE color: 15499493.
HSL color Cylindrical-coordinate representation of color #E580EC: hue angle of 296.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E580EC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 128 | 236 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.07 |
| HSL | 296.11º | 0.74% | 0.71% | - |
| HSV(B) | 296.11º | 0.46% | 0.93% | - |
| XYZ | 55.17 | 38.15 | 83.81 | - |
| YUV | 170.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 236 | 0.03 | 0.46 | 0 | 0.07 | 296.11 | 0.74 | 0.71 |
| Hex | E5 | 80 | EC | 3 | 2E | 0 | 7 | 128 | 4A | 47 |
| Octal | 345 | 200 | 354 | 3 | 56 | 0 | 7 | 450 | 112 | 107 |
| Binary | 11100101 | 10000000 | 11101100 | 11 | 101110 | 0 | 111 | 100101000 | 1001010 | 1000111 |
Color Harmonies of #E580EC
Complementary color
Monochromatic Colors of #E580EC
Black with #E580EC
Text Example
Text Example
White with #E580EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E580EC; }
p { color: rgb(229,128,236); }
H1.HeaderClassName
{
color: #E580EC;
}
.AnyTagClassName
{
color: #E580EC;
}
</style>
background-color css
<style>
a { background-color: #E580EC; }
a { background-color: rgb(229,128,236); }
div.DivClassName
{
background-color: #E580EC;
}
.BgClassName
{
background-color: #E580EC;
}
</style>
border-color css
<style>
span { border-color: #E580EC; }
span { border-color: rgb(229,128,236); }
td.TdClassName
{
border-color: #E580EC;
}
.TagClassName
{
border-color: #E580EC;
}
</style>