Shades of Violet #EA73F4
Tints of Violet #EA73F4
RGB
CMYK
RGB Variations
Color information
#EA73F4 (or 0xEA73F4) is known color: Violet. HEX triplet: EA, 73 and F4. RGB value is (234,115,244). Sum of RGB (Red+Green+Blue) = 234+115+244=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA73F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73F4 is #158C0B. Grayscale: #A4A4A4. Windows color (decimal): -1412108 or 16020458. OLE color: 16020458.
HSL color Cylindrical-coordinate representation of color #EA73F4: hue angle of 295.35º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA73F4 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 115 | 244 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.04 |
| HSL | 295.35º | 0.85% | 0.7% | - |
| HSV(B) | 295.35º | 0.53% | 0.96% | - |
| XYZ | 56.39 | 36.29 | 89.62 | - |
| YUV | 165.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 244 | 0.04 | 0.53 | 0 | 0.04 | 295.35 | 0.85 | 0.7 |
| Hex | EA | 73 | F4 | 4 | 35 | 0 | 4 | 127 | 55 | 46 |
| Octal | 352 | 163 | 364 | 4 | 65 | 0 | 4 | 447 | 125 | 106 |
| Binary | 11101010 | 1110011 | 11110100 | 100 | 110101 | 0 | 100 | 100100111 | 1010101 | 1000110 |
Color Harmonies of #EA73F4
Complementary color
Monochromatic Colors of #EA73F4
Black with #EA73F4
Text Example
Text Example
White with #EA73F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73F4; }
p { color: rgb(234,115,244); }
H1.HeaderClassName
{
color: #EA73F4;
}
.AnyTagClassName
{
color: #EA73F4;
}
</style>
background-color css
<style>
a { background-color: #EA73F4; }
a { background-color: rgb(234,115,244); }
div.DivClassName
{
background-color: #EA73F4;
}
.BgClassName
{
background-color: #EA73F4;
}
</style>
border-color css
<style>
span { border-color: #EA73F4; }
span { border-color: rgb(234,115,244); }
td.TdClassName
{
border-color: #EA73F4;
}
.TagClassName
{
border-color: #EA73F4;
}
</style>