Shades of Violet #EA76EC
Tints of Violet #EA76EC
RGB
CMYK
RGB Variations
Color information
#EA76EC (or 0xEA76EC) is known color: Violet. HEX triplet: EA, 76 and EC. RGB value is (234,118,236). Sum of RGB (Red+Green+Blue) = 234+118+236=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76EC is #158913. Grayscale: #A5A5A5. Windows color (decimal): -1411348 or 15496938. OLE color: 15496938.
HSL color Cylindrical-coordinate representation of color #EA76EC: hue angle of 298.98º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76EC is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 118 | 236 | - |
| CMYK | 0.01 | 0.5 | 0 | 0.07 |
| HSL | 298.98º | 0.76% | 0.69% | - |
| HSV(B) | 298.98º | 0.5% | 0.93% | - |
| XYZ | 55.55 | 36.51 | 83.48 | - |
| YUV | 166.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 236 | 0.01 | 0.5 | 0 | 0.07 | 298.98 | 0.76 | 0.69 |
| Hex | EA | 76 | EC | 1 | 32 | 0 | 7 | 12B | 4C | 45 |
| Octal | 352 | 166 | 354 | 1 | 62 | 0 | 7 | 453 | 114 | 105 |
| Binary | 11101010 | 1110110 | 11101100 | 1 | 110010 | 0 | 111 | 100101011 | 1001100 | 1000101 |
Color Harmonies of #EA76EC
Complementary color
Monochromatic Colors of #EA76EC
Black with #EA76EC
Text Example
Text Example
White with #EA76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76EC; }
p { color: rgb(234,118,236); }
H1.HeaderClassName
{
color: #EA76EC;
}
.AnyTagClassName
{
color: #EA76EC;
}
</style>
background-color css
<style>
a { background-color: #EA76EC; }
a { background-color: rgb(234,118,236); }
div.DivClassName
{
background-color: #EA76EC;
}
.BgClassName
{
background-color: #EA76EC;
}
</style>
border-color css
<style>
span { border-color: #EA76EC; }
span { border-color: rgb(234,118,236); }
td.TdClassName
{
border-color: #EA76EC;
}
.TagClassName
{
border-color: #EA76EC;
}
</style>