Shades of Violet #ED82F4
Tints of Violet #ED82F4
RGB
CMYK
RGB Variations
Color information
#ED82F4 (or 0xED82F4) is known color: Violet. HEX triplet: ED, 82 and F4. RGB value is (237,130,244). Sum of RGB (Red+Green+Blue) = 237+130+244=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED82F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82F4 is #127D0B. Grayscale: #AEAEAE. Windows color (decimal): -1211660 or 16024301. OLE color: 16024301.
HSL color Cylindrical-coordinate representation of color #ED82F4: hue angle of 296.32º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED82F4 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 130 | 244 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.04 |
| HSL | 296.32º | 0.84% | 0.73% | - |
| HSV(B) | 296.32º | 0.47% | 0.96% | - |
| XYZ | 59.24 | 40.5 | 90.28 | - |
| YUV | 174.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 244 | 0.03 | 0.47 | 0 | 0.04 | 296.32 | 0.84 | 0.73 |
| Hex | ED | 82 | F4 | 3 | 2F | 0 | 4 | 128 | 54 | 49 |
| Octal | 355 | 202 | 364 | 3 | 57 | 0 | 4 | 450 | 124 | 111 |
| Binary | 11101101 | 10000010 | 11110100 | 11 | 101111 | 0 | 100 | 100101000 | 1010100 | 1001001 |
Color Harmonies of #ED82F4
Complementary color
Monochromatic Colors of #ED82F4
Black with #ED82F4
Text Example
Text Example
White with #ED82F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82F4; }
p { color: rgb(237,130,244); }
H1.HeaderClassName
{
color: #ED82F4;
}
.AnyTagClassName
{
color: #ED82F4;
}
</style>
background-color css
<style>
a { background-color: #ED82F4; }
a { background-color: rgb(237,130,244); }
div.DivClassName
{
background-color: #ED82F4;
}
.BgClassName
{
background-color: #ED82F4;
}
</style>
border-color css
<style>
span { border-color: #ED82F4; }
span { border-color: rgb(237,130,244); }
td.TdClassName
{
border-color: #ED82F4;
}
.TagClassName
{
border-color: #ED82F4;
}
</style>