Shades of Violet #EC80E9
Tints of Violet #EC80E9
RGB
CMYK
RGB Variations
Color information
#EC80E9 (or 0xEC80E9) is known color: Violet. HEX triplet: EC, 80 and E9. RGB value is (236,128,233). Sum of RGB (Red+Green+Blue) = 236+128+233=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80E9 is #137F16. Grayscale: #ABABAB. Windows color (decimal): -1277719 or 15302892. OLE color: 15302892.
HSL color Cylindrical-coordinate representation of color #EC80E9: hue angle of 301.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80E9 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 233 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.07 |
| HSL | 301.67º | 0.74% | 0.71% | - |
| HSV(B) | 301.67º | 0.46% | 0.93% | - |
| XYZ | 57.02 | 39.15 | 81.64 | - |
| YUV | 172.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 233 | 0 | 0.46 | 0.01 | 0.07 | 301.67 | 0.74 | 0.71 |
| Hex | EC | 80 | E9 | 0 | 2E | 1 | 7 | 12E | 4A | 47 |
| Octal | 354 | 200 | 351 | 0 | 56 | 1 | 7 | 456 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11101001 | 0 | 101110 | 1 | 111 | 100101110 | 1001010 | 1000111 |
Color Harmonies of #EC80E9
Complementary color
Monochromatic Colors of #EC80E9
Black with #EC80E9
Text Example
Text Example
White with #EC80E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80E9; }
p { color: rgb(236,128,233); }
H1.HeaderClassName
{
color: #EC80E9;
}
.AnyTagClassName
{
color: #EC80E9;
}
</style>
background-color css
<style>
a { background-color: #EC80E9; }
a { background-color: rgb(236,128,233); }
div.DivClassName
{
background-color: #EC80E9;
}
.BgClassName
{
background-color: #EC80E9;
}
</style>
border-color css
<style>
span { border-color: #EC80E9; }
span { border-color: rgb(236,128,233); }
td.TdClassName
{
border-color: #EC80E9;
}
.TagClassName
{
border-color: #EC80E9;
}
</style>