Shades of Violet #E582EC
Tints of Violet #E582EC
RGB
CMYK
RGB Variations
Color information
#E582EC (or 0xE582EC) is known color: Violet. HEX triplet: E5, 82 and EC. RGB value is (229,130,236). Sum of RGB (Red+Green+Blue) = 229+130+236=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #E582EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582EC is #1A7D13. Grayscale: #ABABAB. Windows color (decimal): -1735956 or 15500005. OLE color: 15500005.
HSL color Cylindrical-coordinate representation of color #E582EC: hue angle of 296.04º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E582EC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 130 | 236 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.07 |
| HSL | 296.04º | 0.74% | 0.72% | - |
| HSV(B) | 296.04º | 0.45% | 0.93% | - |
| XYZ | 55.44 | 38.68 | 83.9 | - |
| YUV | 171.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 236 | 0.03 | 0.45 | 0 | 0.07 | 296.04 | 0.74 | 0.72 |
| Hex | E5 | 82 | EC | 3 | 2D | 0 | 7 | 128 | 4A | 48 |
| Octal | 345 | 202 | 354 | 3 | 55 | 0 | 7 | 450 | 112 | 110 |
| Binary | 11100101 | 10000010 | 11101100 | 11 | 101101 | 0 | 111 | 100101000 | 1001010 | 1001000 |
Color Harmonies of #E582EC
Complementary color
Monochromatic Colors of #E582EC
Black with #E582EC
Text Example
Text Example
White with #E582EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582EC; }
p { color: rgb(229,130,236); }
H1.HeaderClassName
{
color: #E582EC;
}
.AnyTagClassName
{
color: #E582EC;
}
</style>
background-color css
<style>
a { background-color: #E582EC; }
a { background-color: rgb(229,130,236); }
div.DivClassName
{
background-color: #E582EC;
}
.BgClassName
{
background-color: #E582EC;
}
</style>
border-color css
<style>
span { border-color: #E582EC; }
span { border-color: rgb(229,130,236); }
td.TdClassName
{
border-color: #E582EC;
}
.TagClassName
{
border-color: #E582EC;
}
</style>