Shades of Violet #ED82EF
Tints of Violet #ED82EF
RGB
CMYK
RGB Variations
Color information
#ED82EF (or 0xED82EF) is known color: Violet. HEX triplet: ED, 82 and EF. RGB value is (237,130,239). Sum of RGB (Red+Green+Blue) = 237+130+239=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED82EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82EF is #127D10. Grayscale: #AEAEAE. Windows color (decimal): -1211665 or 15696621. OLE color: 15696621.
HSL color Cylindrical-coordinate representation of color #ED82EF: hue angle of 298.9º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED82EF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 130 | 239 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.06 |
| HSL | 298.9º | 0.77% | 0.72% | - |
| HSV(B) | 298.9º | 0.46% | 0.94% | - |
| XYZ | 58.49 | 40.2 | 86.34 | - |
| YUV | 174.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 239 | 0.01 | 0.46 | 0 | 0.06 | 298.9 | 0.77 | 0.72 |
| Hex | ED | 82 | EF | 1 | 2E | 0 | 6 | 12B | 4D | 48 |
| Octal | 355 | 202 | 357 | 1 | 56 | 0 | 6 | 453 | 115 | 110 |
| Binary | 11101101 | 10000010 | 11101111 | 1 | 101110 | 0 | 110 | 100101011 | 1001101 | 1001000 |
Color Harmonies of #ED82EF
Complementary color
Monochromatic Colors of #ED82EF
Black with #ED82EF
Text Example
Text Example
White with #ED82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82EF; }
p { color: rgb(237,130,239); }
H1.HeaderClassName
{
color: #ED82EF;
}
.AnyTagClassName
{
color: #ED82EF;
}
</style>
background-color css
<style>
a { background-color: #ED82EF; }
a { background-color: rgb(237,130,239); }
div.DivClassName
{
background-color: #ED82EF;
}
.BgClassName
{
background-color: #ED82EF;
}
</style>
border-color css
<style>
span { border-color: #ED82EF; }
span { border-color: rgb(237,130,239); }
td.TdClassName
{
border-color: #ED82EF;
}
.TagClassName
{
border-color: #ED82EF;
}
</style>