Shades of Violet #EA77EC
Tints of Violet #EA77EC
RGB
CMYK
RGB Variations
Color information
#EA77EC (or 0xEA77EC) is known color: Violet. HEX triplet: EA, 77 and EC. RGB value is (234,119,236). Sum of RGB (Red+Green+Blue) = 234+119+236=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA77EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77EC is #158813. Grayscale: #A6A6A6. Windows color (decimal): -1411092 or 15497194. OLE color: 15497194.
HSL color Cylindrical-coordinate representation of color #EA77EC: hue angle of 298.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA77EC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 119 | 236 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.07 |
| HSL | 298.97º | 0.75% | 0.7% | - |
| HSV(B) | 298.97º | 0.5% | 0.93% | - |
| XYZ | 55.67 | 36.74 | 83.51 | - |
| YUV | 166.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 236 | 0.01 | 0.50 | 0 | 0.07 | 298.97 | 0.75 | 0.7 |
| Hex | EA | 77 | EC | 1 | 32 | 0 | 7 | 12B | 4B | 46 |
| Octal | 352 | 167 | 354 | 1 | 62 | 0 | 7 | 453 | 113 | 106 |
| Binary | 11101010 | 1110111 | 11101100 | 1 | 110010 | 0 | 111 | 100101011 | 1001011 | 1000110 |
Color Harmonies of #EA77EC
Complementary color
Monochromatic Colors of #EA77EC
Black with #EA77EC
Text Example
Text Example
White with #EA77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77EC; }
p { color: rgb(234,119,236); }
H1.HeaderClassName
{
color: #EA77EC;
}
.AnyTagClassName
{
color: #EA77EC;
}
</style>
background-color css
<style>
a { background-color: #EA77EC; }
a { background-color: rgb(234,119,236); }
div.DivClassName
{
background-color: #EA77EC;
}
.BgClassName
{
background-color: #EA77EC;
}
</style>
border-color css
<style>
span { border-color: #EA77EC; }
span { border-color: rgb(234,119,236); }
td.TdClassName
{
border-color: #EA77EC;
}
.TagClassName
{
border-color: #EA77EC;
}
</style>