Shades of Violet #EA80EC
Tints of Violet #EA80EC
RGB
CMYK
RGB Variations
Color information
#EA80EC (or 0xEA80EC) is known color: Violet. HEX triplet: EA, 80 and EC. RGB value is (234,128,236). Sum of RGB (Red+Green+Blue) = 234+128+236=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA80EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80EC is #157F13. Grayscale: #ABABAB. Windows color (decimal): -1408788 or 15499498. OLE color: 15499498.
HSL color Cylindrical-coordinate representation of color #EA80EC: hue angle of 298.89º 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 #EA80EC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 128 | 236 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.07 |
| HSL | 298.89º | 0.74% | 0.71% | - |
| HSV(B) | 298.89º | 0.46% | 0.93% | - |
| XYZ | 56.79 | 38.99 | 83.89 | - |
| YUV | 172.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 236 | 0.01 | 0.46 | 0 | 0.07 | 298.89 | 0.74 | 0.71 |
| Hex | EA | 80 | EC | 1 | 2E | 0 | 7 | 12B | 4A | 47 |
| Octal | 352 | 200 | 354 | 1 | 56 | 0 | 7 | 453 | 112 | 107 |
| Binary | 11101010 | 10000000 | 11101100 | 1 | 101110 | 0 | 111 | 100101011 | 1001010 | 1000111 |
Color Harmonies of #EA80EC
Complementary color
Monochromatic Colors of #EA80EC
Black with #EA80EC
Text Example
Text Example
White with #EA80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80EC; }
p { color: rgb(234,128,236); }
H1.HeaderClassName
{
color: #EA80EC;
}
.AnyTagClassName
{
color: #EA80EC;
}
</style>
background-color css
<style>
a { background-color: #EA80EC; }
a { background-color: rgb(234,128,236); }
div.DivClassName
{
background-color: #EA80EC;
}
.BgClassName
{
background-color: #EA80EC;
}
</style>
border-color css
<style>
span { border-color: #EA80EC; }
span { border-color: rgb(234,128,236); }
td.TdClassName
{
border-color: #EA80EC;
}
.TagClassName
{
border-color: #EA80EC;
}
</style>