Shades of Violet #ED82EC
Tints of Violet #ED82EC
RGB
CMYK
RGB Variations
Color information
#ED82EC (or 0xED82EC) is known color: Violet. HEX triplet: ED, 82 and EC. RGB value is (237,130,236). Sum of RGB (Red+Green+Blue) = 237+130+236=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82EC is #127D13. Grayscale: #ADADAD. Windows color (decimal): -1211668 or 15500013. OLE color: 15500013.
HSL color Cylindrical-coordinate representation of color #ED82EC: hue angle of 300.56º degrees, saturation: 0.75, 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 #ED82EC is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 236 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.07 |
| HSL | 300.56º | 0.75% | 0.72% | - |
| HSV(B) | 300.56º | 0.45% | 0.93% | - |
| XYZ | 58.05 | 40.03 | 84.02 | - |
| YUV | 174.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 236 | 0 | 0.45 | 0.00 | 0.07 | 300.56 | 0.75 | 0.72 |
| Hex | ED | 82 | EC | 0 | 2D | 0 | 7 | 12D | 4B | 48 |
| Octal | 355 | 202 | 354 | 0 | 55 | 0 | 7 | 455 | 113 | 110 |
| Binary | 11101101 | 10000010 | 11101100 | 0 | 101101 | 0 | 111 | 100101101 | 1001011 | 1001000 |
Color Harmonies of #ED82EC
Complementary color
Monochromatic Colors of #ED82EC
Black with #ED82EC
Text Example
Text Example
White with #ED82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82EC; }
p { color: rgb(237,130,236); }
H1.HeaderClassName
{
color: #ED82EC;
}
.AnyTagClassName
{
color: #ED82EC;
}
</style>
background-color css
<style>
a { background-color: #ED82EC; }
a { background-color: rgb(237,130,236); }
div.DivClassName
{
background-color: #ED82EC;
}
.BgClassName
{
background-color: #ED82EC;
}
</style>
border-color css
<style>
span { border-color: #ED82EC; }
span { border-color: rgb(237,130,236); }
td.TdClassName
{
border-color: #ED82EC;
}
.TagClassName
{
border-color: #ED82EC;
}
</style>