Shades of Violet #EA72F0
Tints of Violet #EA72F0
RGB
CMYK
RGB Variations
Color information
#EA72F0 (or 0xEA72F0) is known color: Violet. HEX triplet: EA, 72 and F0. RGB value is (234,114,240). Sum of RGB (Red+Green+Blue) = 234+114+240=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA72F0 is #158D0F. Grayscale: #A3A3A3. Windows color (decimal): -1412368 or 15758058. OLE color: 15758058.
HSL color Cylindrical-coordinate representation of color #EA72F0: hue angle of 297.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA72F0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 114 | 240 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.06 |
| HSL | 297.14º | 0.81% | 0.69% | - |
| HSV(B) | 297.14º | 0.53% | 0.94% | - |
| XYZ | 55.68 | 35.82 | 86.42 | - |
| YUV | 164.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 240 | 0.02 | 0.52 | 0 | 0.06 | 297.14 | 0.81 | 0.69 |
| Hex | EA | 72 | F0 | 2 | 34 | 0 | 6 | 129 | 51 | 45 |
| Octal | 352 | 162 | 360 | 2 | 64 | 0 | 6 | 451 | 121 | 105 |
| Binary | 11101010 | 1110010 | 11110000 | 10 | 110100 | 0 | 110 | 100101001 | 1010001 | 1000101 |
Color Harmonies of #EA72F0
Complementary color
Monochromatic Colors of #EA72F0
Black with #EA72F0
Text Example
Text Example
White with #EA72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72F0; }
p { color: rgb(234,114,240); }
H1.HeaderClassName
{
color: #EA72F0;
}
.AnyTagClassName
{
color: #EA72F0;
}
</style>
background-color css
<style>
a { background-color: #EA72F0; }
a { background-color: rgb(234,114,240); }
div.DivClassName
{
background-color: #EA72F0;
}
.BgClassName
{
background-color: #EA72F0;
}
</style>
border-color css
<style>
span { border-color: #EA72F0; }
span { border-color: rgb(234,114,240); }
td.TdClassName
{
border-color: #EA72F0;
}
.TagClassName
{
border-color: #EA72F0;
}
</style>