Shades of Violet #EA72EC
Tints of Violet #EA72EC
RGB
CMYK
RGB Variations
Color information
#EA72EC (or 0xEA72EC) is known color: Violet. HEX triplet: EA, 72 and EC. RGB value is (234,114,236). Sum of RGB (Red+Green+Blue) = 234+114+236=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA72EC is #158D13. Grayscale: #A3A3A3. Windows color (decimal): -1412372 or 15495914. OLE color: 15495914.
HSL color Cylindrical-coordinate representation of color #EA72EC: hue angle of 299.02º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA72EC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 114 | 236 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.07 |
| HSL | 299.02º | 0.76% | 0.69% | - |
| HSV(B) | 299.02º | 0.52% | 0.93% | - |
| XYZ | 55.09 | 35.58 | 83.32 | - |
| YUV | 163.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 236 | 0.01 | 0.52 | 0 | 0.07 | 299.02 | 0.76 | 0.69 |
| Hex | EA | 72 | EC | 1 | 34 | 0 | 7 | 12B | 4C | 45 |
| Octal | 352 | 162 | 354 | 1 | 64 | 0 | 7 | 453 | 114 | 105 |
| Binary | 11101010 | 1110010 | 11101100 | 1 | 110100 | 0 | 111 | 100101011 | 1001100 | 1000101 |
Color Harmonies of #EA72EC
Complementary color
Monochromatic Colors of #EA72EC
Black with #EA72EC
Text Example
Text Example
White with #EA72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72EC; }
p { color: rgb(234,114,236); }
H1.HeaderClassName
{
color: #EA72EC;
}
.AnyTagClassName
{
color: #EA72EC;
}
</style>
background-color css
<style>
a { background-color: #EA72EC; }
a { background-color: rgb(234,114,236); }
div.DivClassName
{
background-color: #EA72EC;
}
.BgClassName
{
background-color: #EA72EC;
}
</style>
border-color css
<style>
span { border-color: #EA72EC; }
span { border-color: rgb(234,114,236); }
td.TdClassName
{
border-color: #EA72EC;
}
.TagClassName
{
border-color: #EA72EC;
}
</style>