Shades of Violet #EC82E2
Tints of Violet #EC82E2
RGB
CMYK
RGB Variations
Color information
#EC82E2 (or 0xEC82E2) is known color: Violet. HEX triplet: EC, 82 and E2. RGB value is (236,130,226). Sum of RGB (Red+Green+Blue) = 236+130+226=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82E2 is #137D1D. Grayscale: #ACACAC. Windows color (decimal): -1277214 or 14844652. OLE color: 14844652.
HSL color Cylindrical-coordinate representation of color #EC82E2: hue angle of 305.66º 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 #EC82E2 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 226 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.07 |
| HSL | 305.66º | 0.74% | 0.72% | - |
| HSV(B) | 305.66º | 0.45% | 0.93% | - |
| XYZ | 56.3 | 39.29 | 76.57 | - |
| YUV | 172.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 226 | 0 | 0.45 | 0.04 | 0.07 | 305.66 | 0.74 | 0.72 |
| Hex | EC | 82 | E2 | 0 | 2D | 4 | 7 | 132 | 4A | 48 |
| Octal | 354 | 202 | 342 | 0 | 55 | 4 | 7 | 462 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11100010 | 0 | 101101 | 100 | 111 | 100110010 | 1001010 | 1001000 |
Color Harmonies of #EC82E2
Complementary color
Monochromatic Colors of #EC82E2
Black with #EC82E2
Text Example
Text Example
White with #EC82E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82E2; }
p { color: rgb(236,130,226); }
H1.HeaderClassName
{
color: #EC82E2;
}
.AnyTagClassName
{
color: #EC82E2;
}
</style>
background-color css
<style>
a { background-color: #EC82E2; }
a { background-color: rgb(236,130,226); }
div.DivClassName
{
background-color: #EC82E2;
}
.BgClassName
{
background-color: #EC82E2;
}
</style>
border-color css
<style>
span { border-color: #EC82E2; }
span { border-color: rgb(236,130,226); }
td.TdClassName
{
border-color: #EC82E2;
}
.TagClassName
{
border-color: #EC82E2;
}
</style>