Shades of Violet #EA79F5
Tints of Violet #EA79F5
RGB
CMYK
RGB Variations
Color information
#EA79F5 (or 0xEA79F5) is known color: Violet. HEX triplet: EA, 79 and F5. RGB value is (234,121,245). Sum of RGB (Red+Green+Blue) = 234+121+245=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 121 (47.66% from 255 or 20.17% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA79F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA79F5 is #15860A. Grayscale: #A8A8A8. Windows color (decimal): -1410571 or 16087530. OLE color: 16087530.
HSL color Cylindrical-coordinate representation of color #EA79F5: hue angle of 294.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA79F5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 121 | 245 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.04 |
| HSL | 294.68º | 0.86% | 0.72% | - |
| HSV(B) | 294.68º | 0.51% | 0.96% | - |
| XYZ | 57.25 | 37.76 | 90.66 | - |
| YUV | 168.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 245 | 0.04 | 0.51 | 0 | 0.04 | 294.68 | 0.86 | 0.72 |
| Hex | EA | 79 | F5 | 4 | 33 | 0 | 4 | 127 | 56 | 48 |
| Octal | 352 | 171 | 365 | 4 | 63 | 0 | 4 | 447 | 126 | 110 |
| Binary | 11101010 | 1111001 | 11110101 | 100 | 110011 | 0 | 100 | 100100111 | 1010110 | 1001000 |
Color Harmonies of #EA79F5
Complementary color
Monochromatic Colors of #EA79F5
Black with #EA79F5
Text Example
Text Example
White with #EA79F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA79F5; }
p { color: rgb(234,121,245); }
H1.HeaderClassName
{
color: #EA79F5;
}
.AnyTagClassName
{
color: #EA79F5;
}
</style>
background-color css
<style>
a { background-color: #EA79F5; }
a { background-color: rgb(234,121,245); }
div.DivClassName
{
background-color: #EA79F5;
}
.BgClassName
{
background-color: #EA79F5;
}
</style>
border-color css
<style>
span { border-color: #EA79F5; }
span { border-color: rgb(234,121,245); }
td.TdClassName
{
border-color: #EA79F5;
}
.TagClassName
{
border-color: #EA79F5;
}
</style>