Shades of Violet #EA7EF6
Tints of Violet #EA7EF6
RGB
CMYK
RGB Variations
Color information
#EA7EF6 (or 0xEA7EF6) is known color: Violet. HEX triplet: EA, 7E and F6. RGB value is (234,126,246). Sum of RGB (Red+Green+Blue) = 234+126+246=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 126 (49.61% from 255 or 20.79% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA7EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7EF6 is #158109. Grayscale: #ABABAB. Windows color (decimal): -1409290 or 16154346. OLE color: 16154346.
HSL color Cylindrical-coordinate representation of color #EA7EF6: hue angle of 294º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7EF6 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 126 | 246 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.04 |
| HSL | 294º | 0.87% | 0.73% | - |
| HSV(B) | 294º | 0.49% | 0.96% | - |
| XYZ | 58.03 | 39.07 | 91.67 | - |
| YUV | 171.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 246 | 0.05 | 0.49 | 0 | 0.04 | 294 | 0.87 | 0.73 |
| Hex | EA | 7E | F6 | 5 | 31 | 0 | 4 | 126 | 57 | 49 |
| Octal | 352 | 176 | 366 | 5 | 61 | 0 | 4 | 446 | 127 | 111 |
| Binary | 11101010 | 1111110 | 11110110 | 101 | 110001 | 0 | 100 | 100100110 | 1010111 | 1001001 |
Color Harmonies of #EA7EF6
Complementary color
Monochromatic Colors of #EA7EF6
Black with #EA7EF6
Text Example
Text Example
White with #EA7EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7EF6; }
p { color: rgb(234,126,246); }
H1.HeaderClassName
{
color: #EA7EF6;
}
.AnyTagClassName
{
color: #EA7EF6;
}
</style>
background-color css
<style>
a { background-color: #EA7EF6; }
a { background-color: rgb(234,126,246); }
div.DivClassName
{
background-color: #EA7EF6;
}
.BgClassName
{
background-color: #EA7EF6;
}
</style>
border-color css
<style>
span { border-color: #EA7EF6; }
span { border-color: rgb(234,126,246); }
td.TdClassName
{
border-color: #EA7EF6;
}
.TagClassName
{
border-color: #EA7EF6;
}
</style>