Shades of Violet #ED83F6
Tints of Violet #ED83F6
RGB
CMYK
RGB Variations
Color information
#ED83F6 (or 0xED83F6) is known color: Violet. HEX triplet: ED, 83 and F6. RGB value is (237,131,246). Sum of RGB (Red+Green+Blue) = 237+131+246=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 131 (51.56% from 255 or 21.34% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED83F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83F6 is #127C09. Grayscale: #AFAFAF. Windows color (decimal): -1211402 or 16155629. OLE color: 16155629.
HSL color Cylindrical-coordinate representation of color #ED83F6: hue angle of 295.3º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED83F6 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 131 | 246 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.04 |
| HSL | 295.3º | 0.86% | 0.74% | - |
| HSV(B) | 295.3º | 0.47% | 0.96% | - |
| XYZ | 59.68 | 40.89 | 91.94 | - |
| YUV | 175.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 246 | 0.04 | 0.47 | 0 | 0.04 | 295.3 | 0.86 | 0.74 |
| Hex | ED | 83 | F6 | 4 | 2F | 0 | 4 | 127 | 56 | 4A |
| Octal | 355 | 203 | 366 | 4 | 57 | 0 | 4 | 447 | 126 | 112 |
| Binary | 11101101 | 10000011 | 11110110 | 100 | 101111 | 0 | 100 | 100100111 | 1010110 | 1001010 |
Color Harmonies of #ED83F6
Complementary color
Monochromatic Colors of #ED83F6
Black with #ED83F6
Text Example
Text Example
White with #ED83F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83F6; }
p { color: rgb(237,131,246); }
H1.HeaderClassName
{
color: #ED83F6;
}
.AnyTagClassName
{
color: #ED83F6;
}
</style>
background-color css
<style>
a { background-color: #ED83F6; }
a { background-color: rgb(237,131,246); }
div.DivClassName
{
background-color: #ED83F6;
}
.BgClassName
{
background-color: #ED83F6;
}
</style>
border-color css
<style>
span { border-color: #ED83F6; }
span { border-color: rgb(237,131,246); }
td.TdClassName
{
border-color: #ED83F6;
}
.TagClassName
{
border-color: #ED83F6;
}
</style>