Shades of Violet #ED82FF
Tints of Violet #ED82FF
RGB
CMYK
RGB Variations
Color information
#ED82FF (or 0xED82FF) is known color: Violet. HEX triplet: ED, 82 and FF. RGB value is (237,130,255). Sum of RGB (Red+Green+Blue) = 237+130+255=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82FF is #127D00. Grayscale: #AFAFAF. Windows color (decimal): -1211649 or 16745197. OLE color: 16745197.
HSL color Cylindrical-coordinate representation of color #ED82FF: hue angle of 291.36º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED82FF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 130 | 255 | - |
| CMYK | 0.07 | 0.49 | 0 | 0 |
| HSL | 291.36º | 1% | 0.75% | - |
| HSV(B) | 291.36º | 0.49% | 1% | - |
| XYZ | 60.96 | 41.19 | 99.35 | - |
| YUV | 176.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 255 | 0.07 | 0.49 | 0 | 0 | 291.36 | 1 | 0.75 |
| Hex | ED | 82 | FF | 7 | 31 | 0 | 0 | 123 | 64 | 4B |
| Octal | 355 | 202 | 377 | 7 | 61 | 0 | 0 | 443 | 144 | 113 |
| Binary | 11101101 | 10000010 | 11111111 | 111 | 110001 | 0 | 0 | 100100011 | 1100100 | 1001011 |
Color Harmonies of #ED82FF
Complementary color
Monochromatic Colors of #ED82FF
Black with #ED82FF
Text Example
Text Example
White with #ED82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82FF; }
p { color: rgb(237,130,255); }
H1.HeaderClassName
{
color: #ED82FF;
}
.AnyTagClassName
{
color: #ED82FF;
}
</style>
background-color css
<style>
a { background-color: #ED82FF; }
a { background-color: rgb(237,130,255); }
div.DivClassName
{
background-color: #ED82FF;
}
.BgClassName
{
background-color: #ED82FF;
}
</style>
border-color css
<style>
span { border-color: #ED82FF; }
span { border-color: rgb(237,130,255); }
td.TdClassName
{
border-color: #ED82FF;
}
.TagClassName
{
border-color: #ED82FF;
}
</style>