Shades of Violet #EA71EC
Tints of Violet #EA71EC
RGB
CMYK
RGB Variations
Color information
#EA71EC (or 0xEA71EC) is known color: Violet. HEX triplet: EA, 71 and EC. RGB value is (234,113,236). Sum of RGB (Red+Green+Blue) = 234+113+236=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA71EC is #158E13. Grayscale: #A2A2A2. Windows color (decimal): -1412628 or 15495658. OLE color: 15495658.
HSL color Cylindrical-coordinate representation of color #EA71EC: hue angle of 299.02º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71EC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 113 | 236 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.07 |
| HSL | 299.02º | 0.76% | 0.68% | - |
| HSV(B) | 299.02º | 0.52% | 0.93% | - |
| XYZ | 54.98 | 35.36 | 83.28 | - |
| YUV | 163.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 236 | 0.01 | 0.52 | 0 | 0.07 | 299.02 | 0.76 | 0.68 |
| Hex | EA | 71 | EC | 1 | 34 | 0 | 7 | 12B | 4C | 44 |
| Octal | 352 | 161 | 354 | 1 | 64 | 0 | 7 | 453 | 114 | 104 |
| Binary | 11101010 | 1110001 | 11101100 | 1 | 110100 | 0 | 111 | 100101011 | 1001100 | 1000100 |
Color Harmonies of #EA71EC
Complementary color
Monochromatic Colors of #EA71EC
Black with #EA71EC
Text Example
Text Example
White with #EA71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71EC; }
p { color: rgb(234,113,236); }
H1.HeaderClassName
{
color: #EA71EC;
}
.AnyTagClassName
{
color: #EA71EC;
}
</style>
background-color css
<style>
a { background-color: #EA71EC; }
a { background-color: rgb(234,113,236); }
div.DivClassName
{
background-color: #EA71EC;
}
.BgClassName
{
background-color: #EA71EC;
}
</style>
border-color css
<style>
span { border-color: #EA71EC; }
span { border-color: rgb(234,113,236); }
td.TdClassName
{
border-color: #EA71EC;
}
.TagClassName
{
border-color: #EA71EC;
}
</style>