Shades of Violet #EC82E4
Tints of Violet #EC82E4
RGB
CMYK
RGB Variations
Color information
#EC82E4 (or 0xEC82E4) is known color: Violet. HEX triplet: EC, 82 and E4. RGB value is (236,130,228). Sum of RGB (Red+Green+Blue) = 236+130+228=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82E4 is #137D1B. Grayscale: #ACACAC. Windows color (decimal): -1277212 or 14975724. OLE color: 14975724.
HSL color Cylindrical-coordinate representation of color #EC82E4: hue angle of 304.53º 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 #EC82E4 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 228 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.07 |
| HSL | 304.53º | 0.74% | 0.72% | - |
| HSV(B) | 304.53º | 0.45% | 0.93% | - |
| XYZ | 56.58 | 39.4 | 78.02 | - |
| YUV | 172.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 228 | 0 | 0.45 | 0.03 | 0.07 | 304.53 | 0.74 | 0.72 |
| Hex | EC | 82 | E4 | 0 | 2D | 3 | 7 | 131 | 4A | 48 |
| Octal | 354 | 202 | 344 | 0 | 55 | 3 | 7 | 461 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11100100 | 0 | 101101 | 11 | 111 | 100110001 | 1001010 | 1001000 |
Color Harmonies of #EC82E4
Complementary color
Monochromatic Colors of #EC82E4
Black with #EC82E4
Text Example
Text Example
White with #EC82E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82E4; }
p { color: rgb(236,130,228); }
H1.HeaderClassName
{
color: #EC82E4;
}
.AnyTagClassName
{
color: #EC82E4;
}
</style>
background-color css
<style>
a { background-color: #EC82E4; }
a { background-color: rgb(236,130,228); }
div.DivClassName
{
background-color: #EC82E4;
}
.BgClassName
{
background-color: #EC82E4;
}
</style>
border-color css
<style>
span { border-color: #EC82E4; }
span { border-color: rgb(236,130,228); }
td.TdClassName
{
border-color: #EC82E4;
}
.TagClassName
{
border-color: #EC82E4;
}
</style>