Shades of Violet #EC82E7
Tints of Violet #EC82E7
RGB
CMYK
RGB Variations
Color information
#EC82E7 (or 0xEC82E7) is known color: Violet. HEX triplet: EC, 82 and E7. RGB value is (236,130,231). Sum of RGB (Red+Green+Blue) = 236+130+231=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82E7 is #137D18. Grayscale: #ACACAC. Windows color (decimal): -1277209 or 15172332. OLE color: 15172332.
HSL color Cylindrical-coordinate representation of color #EC82E7: hue angle of 302.83º 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 #EC82E7 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 231 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.07 |
| HSL | 302.83º | 0.74% | 0.72% | - |
| HSV(B) | 302.83º | 0.45% | 0.93% | - |
| XYZ | 57 | 39.57 | 80.23 | - |
| YUV | 173.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 231 | 0 | 0.45 | 0.02 | 0.07 | 302.83 | 0.74 | 0.72 |
| Hex | EC | 82 | E7 | 0 | 2D | 2 | 7 | 12F | 4A | 48 |
| Octal | 354 | 202 | 347 | 0 | 55 | 2 | 7 | 457 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11100111 | 0 | 101101 | 10 | 111 | 100101111 | 1001010 | 1001000 |
Color Harmonies of #EC82E7
Complementary color
Monochromatic Colors of #EC82E7
Black with #EC82E7
Text Example
Text Example
White with #EC82E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82E7; }
p { color: rgb(236,130,231); }
H1.HeaderClassName
{
color: #EC82E7;
}
.AnyTagClassName
{
color: #EC82E7;
}
</style>
background-color css
<style>
a { background-color: #EC82E7; }
a { background-color: rgb(236,130,231); }
div.DivClassName
{
background-color: #EC82E7;
}
.BgClassName
{
background-color: #EC82E7;
}
</style>
border-color css
<style>
span { border-color: #EC82E7; }
span { border-color: rgb(236,130,231); }
td.TdClassName
{
border-color: #EC82E7;
}
.TagClassName
{
border-color: #EC82E7;
}
</style>