Shades of Violet #EA76E5
Tints of Violet #EA76E5
RGB
CMYK
RGB Variations
Color information
#EA76E5 (or 0xEA76E5) is known color: Violet. HEX triplet: EA, 76 and E5. RGB value is (234,118,229). Sum of RGB (Red+Green+Blue) = 234+118+229=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76E5 is #15891A. Grayscale: #A5A5A5. Windows color (decimal): -1411355 or 15038186. OLE color: 15038186.
HSL color Cylindrical-coordinate representation of color #EA76E5: hue angle of 302.59º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76E5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 229 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.08 |
| HSL | 302.59º | 0.73% | 0.69% | - |
| HSV(B) | 302.59º | 0.5% | 0.92% | - |
| XYZ | 54.55 | 36.11 | 78.22 | - |
| YUV | 165.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 229 | 0 | 0.50 | 0.02 | 0.08 | 302.59 | 0.73 | 0.69 |
| Hex | EA | 76 | E5 | 0 | 32 | 2 | 8 | 12F | 49 | 45 |
| Octal | 352 | 166 | 345 | 0 | 62 | 2 | 10 | 457 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11100101 | 0 | 110010 | 10 | 1000 | 100101111 | 1001001 | 1000101 |
Color Harmonies of #EA76E5
Complementary color
Monochromatic Colors of #EA76E5
Black with #EA76E5
Text Example
Text Example
White with #EA76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76E5; }
p { color: rgb(234,118,229); }
H1.HeaderClassName
{
color: #EA76E5;
}
.AnyTagClassName
{
color: #EA76E5;
}
</style>
background-color css
<style>
a { background-color: #EA76E5; }
a { background-color: rgb(234,118,229); }
div.DivClassName
{
background-color: #EA76E5;
}
.BgClassName
{
background-color: #EA76E5;
}
</style>
border-color css
<style>
span { border-color: #EA76E5; }
span { border-color: rgb(234,118,229); }
td.TdClassName
{
border-color: #EA76E5;
}
.TagClassName
{
border-color: #EA76E5;
}
</style>