Shades of Violet #ED82FE
Tints of Violet #ED82FE
RGB
CMYK
RGB Variations
Color information
#ED82FE (or 0xED82FE) is known color: Violet. HEX triplet: ED, 82 and FE. RGB value is (237,130,254). Sum of RGB (Red+Green+Blue) = 237+130+254=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 130 (51.17% from 255 or 20.93% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED82FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82FE is #127D01. Grayscale: #AFAFAF. Windows color (decimal): -1211650 or 16679661. OLE color: 16679661.
HSL color Cylindrical-coordinate representation of color #ED82FE: hue angle of 291.77º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED82FE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 130 | 254 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.00 |
| HSL | 291.77º | 0.98% | 0.75% | - |
| HSV(B) | 291.77º | 0.49% | 1% | - |
| XYZ | 60.8 | 41.13 | 98.5 | - |
| YUV | 176.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 254 | 0.07 | 0.49 | 0 | 0.00 | 291.77 | 0.98 | 0.75 |
| Hex | ED | 82 | FE | 7 | 31 | 0 | 0 | 124 | 62 | 4B |
| Octal | 355 | 202 | 376 | 7 | 61 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101101 | 10000010 | 11111110 | 111 | 110001 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #ED82FE
Complementary color
Monochromatic Colors of #ED82FE
Black with #ED82FE
Text Example
Text Example
White with #ED82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82FE; }
p { color: rgb(237,130,254); }
H1.HeaderClassName
{
color: #ED82FE;
}
.AnyTagClassName
{
color: #ED82FE;
}
</style>
background-color css
<style>
a { background-color: #ED82FE; }
a { background-color: rgb(237,130,254); }
div.DivClassName
{
background-color: #ED82FE;
}
.BgClassName
{
background-color: #ED82FE;
}
</style>
border-color css
<style>
span { border-color: #ED82FE; }
span { border-color: rgb(237,130,254); }
td.TdClassName
{
border-color: #ED82FE;
}
.TagClassName
{
border-color: #ED82FE;
}
</style>