Shades of Violet #EC80EF
Tints of Violet #EC80EF
RGB
CMYK
RGB Variations
Color information
#EC80EF (or 0xEC80EF) is known color: Violet. HEX triplet: EC, 80 and EF. RGB value is (236,128,239). Sum of RGB (Red+Green+Blue) = 236+128+239=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80EF is #137F10. Grayscale: #ACACAC. Windows color (decimal): -1277713 or 15696108. OLE color: 15696108.
HSL color Cylindrical-coordinate representation of color #EC80EF: hue angle of 298.38º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80EF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 128 | 239 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.06 |
| HSL | 298.38º | 0.78% | 0.72% | - |
| HSV(B) | 298.38º | 0.46% | 0.94% | - |
| XYZ | 57.89 | 39.5 | 86.24 | - |
| YUV | 172.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 239 | 0.01 | 0.46 | 0 | 0.06 | 298.38 | 0.78 | 0.72 |
| Hex | EC | 80 | EF | 1 | 2E | 0 | 6 | 12A | 4E | 48 |
| Octal | 354 | 200 | 357 | 1 | 56 | 0 | 6 | 452 | 116 | 110 |
| Binary | 11101100 | 10000000 | 11101111 | 1 | 101110 | 0 | 110 | 100101010 | 1001110 | 1001000 |
Color Harmonies of #EC80EF
Complementary color
Monochromatic Colors of #EC80EF
Black with #EC80EF
Text Example
Text Example
White with #EC80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80EF; }
p { color: rgb(236,128,239); }
H1.HeaderClassName
{
color: #EC80EF;
}
.AnyTagClassName
{
color: #EC80EF;
}
</style>
background-color css
<style>
a { background-color: #EC80EF; }
a { background-color: rgb(236,128,239); }
div.DivClassName
{
background-color: #EC80EF;
}
.BgClassName
{
background-color: #EC80EF;
}
</style>
border-color css
<style>
span { border-color: #EC80EF; }
span { border-color: rgb(236,128,239); }
td.TdClassName
{
border-color: #EC80EF;
}
.TagClassName
{
border-color: #EC80EF;
}
</style>