Shades of Violet #EC80F6
Tints of Violet #EC80F6
RGB
CMYK
RGB Variations
Color information
#EC80F6 (or 0xEC80F6) is known color: Violet. HEX triplet: EC, 80 and F6. RGB value is (236,128,246). Sum of RGB (Red+Green+Blue) = 236+128+246=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80F6 is #137F09. Grayscale: #ADADAD. Windows color (decimal): -1277706 or 16154860. OLE color: 16154860.
HSL color Cylindrical-coordinate representation of color #EC80F6: hue angle of 294.92º 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 #EC80F6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 128 | 246 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.04 |
| HSL | 294.92º | 0.87% | 0.73% | - |
| HSV(B) | 294.92º | 0.48% | 0.96% | - |
| XYZ | 58.95 | 39.93 | 91.79 | - |
| YUV | 173.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 246 | 0.04 | 0.48 | 0 | 0.04 | 294.92 | 0.87 | 0.73 |
| Hex | EC | 80 | F6 | 4 | 30 | 0 | 4 | 127 | 57 | 49 |
| Octal | 354 | 200 | 366 | 4 | 60 | 0 | 4 | 447 | 127 | 111 |
| Binary | 11101100 | 10000000 | 11110110 | 100 | 110000 | 0 | 100 | 100100111 | 1010111 | 1001001 |
Color Harmonies of #EC80F6
Complementary color
Monochromatic Colors of #EC80F6
Black with #EC80F6
Text Example
Text Example
White with #EC80F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80F6; }
p { color: rgb(236,128,246); }
H1.HeaderClassName
{
color: #EC80F6;
}
.AnyTagClassName
{
color: #EC80F6;
}
</style>
background-color css
<style>
a { background-color: #EC80F6; }
a { background-color: rgb(236,128,246); }
div.DivClassName
{
background-color: #EC80F6;
}
.BgClassName
{
background-color: #EC80F6;
}
</style>
border-color css
<style>
span { border-color: #EC80F6; }
span { border-color: rgb(236,128,246); }
td.TdClassName
{
border-color: #EC80F6;
}
.TagClassName
{
border-color: #EC80F6;
}
</style>