Shades of Violet #EA79F7
Tints of Violet #EA79F7
RGB
CMYK
RGB Variations
Color information
#EA79F7 (or 0xEA79F7) is known color: Violet. HEX triplet: EA, 79 and F7. RGB value is (234,121,247). Sum of RGB (Red+Green+Blue) = 234+121+247=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 121 (47.66% from 255 or 20.10% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA79F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA79F7 is #158608. Grayscale: #A8A8A8. Windows color (decimal): -1410569 or 16218602. OLE color: 16218602.
HSL color Cylindrical-coordinate representation of color #EA79F7: hue angle of 293.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA79F7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 121 | 247 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.03 |
| HSL | 293.81º | 0.89% | 0.72% | - |
| HSV(B) | 293.81º | 0.51% | 0.97% | - |
| XYZ | 57.56 | 37.88 | 92.27 | - |
| YUV | 169.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 247 | 0.05 | 0.51 | 0 | 0.03 | 293.81 | 0.89 | 0.72 |
| Hex | EA | 79 | F7 | 5 | 33 | 0 | 3 | 126 | 59 | 48 |
| Octal | 352 | 171 | 367 | 5 | 63 | 0 | 3 | 446 | 131 | 110 |
| Binary | 11101010 | 1111001 | 11110111 | 101 | 110011 | 0 | 11 | 100100110 | 1011001 | 1001000 |
Color Harmonies of #EA79F7
Complementary color
Monochromatic Colors of #EA79F7
Black with #EA79F7
Text Example
Text Example
White with #EA79F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA79F7; }
p { color: rgb(234,121,247); }
H1.HeaderClassName
{
color: #EA79F7;
}
.AnyTagClassName
{
color: #EA79F7;
}
</style>
background-color css
<style>
a { background-color: #EA79F7; }
a { background-color: rgb(234,121,247); }
div.DivClassName
{
background-color: #EA79F7;
}
.BgClassName
{
background-color: #EA79F7;
}
</style>
border-color css
<style>
span { border-color: #EA79F7; }
span { border-color: rgb(234,121,247); }
td.TdClassName
{
border-color: #EA79F7;
}
.TagClassName
{
border-color: #EA79F7;
}
</style>