Shades of Violet #EA74F3
Tints of Violet #EA74F3
RGB
CMYK
RGB Variations
Color information
#EA74F3 (or 0xEA74F3) is known color: Violet. HEX triplet: EA, 74 and F3. RGB value is (234,116,243). Sum of RGB (Red+Green+Blue) = 234+116+243=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA74F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74F3 is #158B0C. Grayscale: #A5A5A5. Windows color (decimal): -1411853 or 15955178. OLE color: 15955178.
HSL color Cylindrical-coordinate representation of color #EA74F3: hue angle of 295.75º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA74F3 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 116 | 243 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.05 |
| HSL | 295.75º | 0.84% | 0.7% | - |
| HSV(B) | 295.75º | 0.52% | 0.95% | - |
| XYZ | 56.35 | 36.45 | 88.86 | - |
| YUV | 165.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 243 | 0.04 | 0.52 | 0 | 0.05 | 295.75 | 0.84 | 0.7 |
| Hex | EA | 74 | F3 | 4 | 34 | 0 | 5 | 128 | 54 | 46 |
| Octal | 352 | 164 | 363 | 4 | 64 | 0 | 5 | 450 | 124 | 106 |
| Binary | 11101010 | 1110100 | 11110011 | 100 | 110100 | 0 | 101 | 100101000 | 1010100 | 1000110 |
Color Harmonies of #EA74F3
Complementary color
Monochromatic Colors of #EA74F3
Black with #EA74F3
Text Example
Text Example
White with #EA74F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74F3; }
p { color: rgb(234,116,243); }
H1.HeaderClassName
{
color: #EA74F3;
}
.AnyTagClassName
{
color: #EA74F3;
}
</style>
background-color css
<style>
a { background-color: #EA74F3; }
a { background-color: rgb(234,116,243); }
div.DivClassName
{
background-color: #EA74F3;
}
.BgClassName
{
background-color: #EA74F3;
}
</style>
border-color css
<style>
span { border-color: #EA74F3; }
span { border-color: rgb(234,116,243); }
td.TdClassName
{
border-color: #EA74F3;
}
.TagClassName
{
border-color: #EA74F3;
}
</style>