Shades of Violet #EC80F0
Tints of Violet #EC80F0
RGB
CMYK
RGB Variations
Color information
#EC80F0 (or 0xEC80F0) is known color: Violet. HEX triplet: EC, 80 and F0. RGB value is (236,128,240). Sum of RGB (Red+Green+Blue) = 236+128+240=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80F0 is #137F0F. Grayscale: #ACACAC. Windows color (decimal): -1277712 or 15761644. OLE color: 15761644.
HSL color Cylindrical-coordinate representation of color #EC80F0: hue angle of 297.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC80F0 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 128 | 240 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.06 |
| HSL | 297.86º | 0.79% | 0.72% | - |
| HSV(B) | 297.86º | 0.47% | 0.94% | - |
| XYZ | 58.04 | 39.56 | 87.02 | - |
| YUV | 173.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 240 | 0.02 | 0.47 | 0 | 0.06 | 297.86 | 0.79 | 0.72 |
| Hex | EC | 80 | F0 | 2 | 2F | 0 | 6 | 12A | 4F | 48 |
| Octal | 354 | 200 | 360 | 2 | 57 | 0 | 6 | 452 | 117 | 110 |
| Binary | 11101100 | 10000000 | 11110000 | 10 | 101111 | 0 | 110 | 100101010 | 1001111 | 1001000 |
Color Harmonies of #EC80F0
Complementary color
Monochromatic Colors of #EC80F0
Black with #EC80F0
Text Example
Text Example
White with #EC80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80F0; }
p { color: rgb(236,128,240); }
H1.HeaderClassName
{
color: #EC80F0;
}
.AnyTagClassName
{
color: #EC80F0;
}
</style>
background-color css
<style>
a { background-color: #EC80F0; }
a { background-color: rgb(236,128,240); }
div.DivClassName
{
background-color: #EC80F0;
}
.BgClassName
{
background-color: #EC80F0;
}
</style>
border-color css
<style>
span { border-color: #EC80F0; }
span { border-color: rgb(236,128,240); }
td.TdClassName
{
border-color: #EC80F0;
}
.TagClassName
{
border-color: #EC80F0;
}
</style>