Shades of Violet #ED80F6
Tints of Violet #ED80F6
RGB
CMYK
RGB Variations
Color information
#ED80F6 (or 0xED80F6) is known color: Violet. HEX triplet: ED, 80 and F6. RGB value is (237,128,246). Sum of RGB (Red+Green+Blue) = 237+128+246=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80F6 is #127F09. Grayscale: #ADADAD. Windows color (decimal): -1212170 or 16154861. OLE color: 16154861.
HSL color Cylindrical-coordinate representation of color #ED80F6: hue angle of 295.42º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED80F6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 128 | 246 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.04 |
| HSL | 295.42º | 0.87% | 0.73% | - |
| HSV(B) | 295.42º | 0.48% | 0.96% | - |
| XYZ | 59.28 | 40.1 | 91.8 | - |
| YUV | 174.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 246 | 0.04 | 0.48 | 0 | 0.04 | 295.42 | 0.87 | 0.73 |
| Hex | ED | 80 | F6 | 4 | 30 | 0 | 4 | 127 | 57 | 49 |
| Octal | 355 | 200 | 366 | 4 | 60 | 0 | 4 | 447 | 127 | 111 |
| Binary | 11101101 | 10000000 | 11110110 | 100 | 110000 | 0 | 100 | 100100111 | 1010111 | 1001001 |
Color Harmonies of #ED80F6
Complementary color
Monochromatic Colors of #ED80F6
Black with #ED80F6
Text Example
Text Example
White with #ED80F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80F6; }
p { color: rgb(237,128,246); }
H1.HeaderClassName
{
color: #ED80F6;
}
.AnyTagClassName
{
color: #ED80F6;
}
</style>
background-color css
<style>
a { background-color: #ED80F6; }
a { background-color: rgb(237,128,246); }
div.DivClassName
{
background-color: #ED80F6;
}
.BgClassName
{
background-color: #ED80F6;
}
</style>
border-color css
<style>
span { border-color: #ED80F6; }
span { border-color: rgb(237,128,246); }
td.TdClassName
{
border-color: #ED80F6;
}
.TagClassName
{
border-color: #ED80F6;
}
</style>