Shades of Violet #EA71E5
Tints of Violet #EA71E5
RGB
CMYK
RGB Variations
Color information
#EA71E5 (or 0xEA71E5) is known color: Violet. HEX triplet: EA, 71 and E5. RGB value is (234,113,229). Sum of RGB (Red+Green+Blue) = 234+113+229=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71E5 is #158E1A. Grayscale: #A2A2A2. Windows color (decimal): -1412635 or 15036906. OLE color: 15036906.
HSL color Cylindrical-coordinate representation of color #EA71E5: hue angle of 302.48º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71E5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 229 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.08 |
| HSL | 302.48º | 0.74% | 0.68% | - |
| HSV(B) | 302.48º | 0.52% | 0.92% | - |
| XYZ | 53.98 | 34.96 | 78.03 | - |
| YUV | 162.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 229 | 0 | 0.52 | 0.02 | 0.08 | 302.48 | 0.74 | 0.68 |
| Hex | EA | 71 | E5 | 0 | 34 | 2 | 8 | 12E | 4A | 44 |
| Octal | 352 | 161 | 345 | 0 | 64 | 2 | 10 | 456 | 112 | 104 |
| Binary | 11101010 | 1110001 | 11100101 | 0 | 110100 | 10 | 1000 | 100101110 | 1001010 | 1000100 |
Color Harmonies of #EA71E5
Complementary color
Monochromatic Colors of #EA71E5
Black with #EA71E5
Text Example
Text Example
White with #EA71E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71E5; }
p { color: rgb(234,113,229); }
H1.HeaderClassName
{
color: #EA71E5;
}
.AnyTagClassName
{
color: #EA71E5;
}
</style>
background-color css
<style>
a { background-color: #EA71E5; }
a { background-color: rgb(234,113,229); }
div.DivClassName
{
background-color: #EA71E5;
}
.BgClassName
{
background-color: #EA71E5;
}
</style>
border-color css
<style>
span { border-color: #EA71E5; }
span { border-color: rgb(234,113,229); }
td.TdClassName
{
border-color: #EA71E5;
}
.TagClassName
{
border-color: #EA71E5;
}
</style>