Shades of Violet #EC82E9
Tints of Violet #EC82E9
RGB
CMYK
RGB Variations
Color information
#EC82E9 (or 0xEC82E9) is known color: Violet. HEX triplet: EC, 82 and E9. RGB value is (236,130,233). Sum of RGB (Red+Green+Blue) = 236+130+233=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82E9 is #137D16. Grayscale: #ADADAD. Windows color (decimal): -1277207 or 15303404. OLE color: 15303404.
HSL color Cylindrical-coordinate representation of color #EC82E9: hue angle of 301.7º 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 #EC82E9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 233 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.07 |
| HSL | 301.7º | 0.74% | 0.72% | - |
| HSV(B) | 301.7º | 0.45% | 0.93% | - |
| XYZ | 57.28 | 39.68 | 81.73 | - |
| YUV | 173.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 233 | 0 | 0.45 | 0.01 | 0.07 | 301.7 | 0.74 | 0.72 |
| Hex | EC | 82 | E9 | 0 | 2D | 1 | 7 | 12E | 4A | 48 |
| Octal | 354 | 202 | 351 | 0 | 55 | 1 | 7 | 456 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11101001 | 0 | 101101 | 1 | 111 | 100101110 | 1001010 | 1001000 |
Color Harmonies of #EC82E9
Complementary color
Monochromatic Colors of #EC82E9
Black with #EC82E9
Text Example
Text Example
White with #EC82E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82E9; }
p { color: rgb(236,130,233); }
H1.HeaderClassName
{
color: #EC82E9;
}
.AnyTagClassName
{
color: #EC82E9;
}
</style>
background-color css
<style>
a { background-color: #EC82E9; }
a { background-color: rgb(236,130,233); }
div.DivClassName
{
background-color: #EC82E9;
}
.BgClassName
{
background-color: #EC82E9;
}
</style>
border-color css
<style>
span { border-color: #EC82E9; }
span { border-color: rgb(236,130,233); }
td.TdClassName
{
border-color: #EC82E9;
}
.TagClassName
{
border-color: #EC82E9;
}
</style>