Shades of Violet #EC80F9
Tints of Violet #EC80F9
RGB
CMYK
RGB Variations
Color information
#EC80F9 (or 0xEC80F9) is known color: Violet. HEX triplet: EC, 80 and F9. RGB value is (236,128,249). Sum of RGB (Red+Green+Blue) = 236+128+249=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80F9 is #137F06. Grayscale: #ADADAD. Windows color (decimal): -1277703 or 16351468. OLE color: 16351468.
HSL color Cylindrical-coordinate representation of color #EC80F9: hue angle of 293.55º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC80F9 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 128 | 249 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.02 |
| HSL | 293.55º | 0.91% | 0.74% | - |
| HSV(B) | 293.55º | 0.49% | 0.98% | - |
| XYZ | 59.41 | 40.11 | 94.23 | - |
| YUV | 174.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 249 | 0.05 | 0.49 | 0 | 0.02 | 293.55 | 0.91 | 0.74 |
| Hex | EC | 80 | F9 | 5 | 31 | 0 | 2 | 126 | 5B | 4A |
| Octal | 354 | 200 | 371 | 5 | 61 | 0 | 2 | 446 | 133 | 112 |
| Binary | 11101100 | 10000000 | 11111001 | 101 | 110001 | 0 | 10 | 100100110 | 1011011 | 1001010 |
Color Harmonies of #EC80F9
Complementary color
Monochromatic Colors of #EC80F9
Black with #EC80F9
Text Example
Text Example
White with #EC80F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80F9; }
p { color: rgb(236,128,249); }
H1.HeaderClassName
{
color: #EC80F9;
}
.AnyTagClassName
{
color: #EC80F9;
}
</style>
background-color css
<style>
a { background-color: #EC80F9; }
a { background-color: rgb(236,128,249); }
div.DivClassName
{
background-color: #EC80F9;
}
.BgClassName
{
background-color: #EC80F9;
}
</style>
border-color css
<style>
span { border-color: #EC80F9; }
span { border-color: rgb(236,128,249); }
td.TdClassName
{
border-color: #EC80F9;
}
.TagClassName
{
border-color: #EC80F9;
}
</style>