Shades of Violet #EA6AF0
Tints of Violet #EA6AF0
RGB
CMYK
RGB Variations
Color information
#EA6AF0 (or 0xEA6AF0) is known color: Violet. HEX triplet: EA, 6A and F0. RGB value is (234,106,240). Sum of RGB (Red+Green+Blue) = 234+106+240=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA6AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6AF0 is #15950F. Grayscale: #9F9F9F. Windows color (decimal): -1414416 or 15756010. OLE color: 15756010.
HSL color Cylindrical-coordinate representation of color #EA6AF0: hue angle of 297.31º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6AF0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 106 | 240 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.06 |
| HSL | 297.31º | 0.82% | 0.68% | - |
| HSV(B) | 297.31º | 0.56% | 0.94% | - |
| XYZ | 54.81 | 34.09 | 86.13 | - |
| YUV | 159.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 240 | 0.02 | 0.56 | 0 | 0.06 | 297.31 | 0.82 | 0.68 |
| Hex | EA | 6A | F0 | 2 | 38 | 0 | 6 | 129 | 52 | 44 |
| Octal | 352 | 152 | 360 | 2 | 70 | 0 | 6 | 451 | 122 | 104 |
| Binary | 11101010 | 1101010 | 11110000 | 10 | 111000 | 0 | 110 | 100101001 | 1010010 | 1000100 |
Color Harmonies of #EA6AF0
Complementary color
Monochromatic Colors of #EA6AF0
Black with #EA6AF0
Text Example
Text Example
White with #EA6AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6AF0; }
p { color: rgb(234,106,240); }
H1.HeaderClassName
{
color: #EA6AF0;
}
.AnyTagClassName
{
color: #EA6AF0;
}
</style>
background-color css
<style>
a { background-color: #EA6AF0; }
a { background-color: rgb(234,106,240); }
div.DivClassName
{
background-color: #EA6AF0;
}
.BgClassName
{
background-color: #EA6AF0;
}
</style>
border-color css
<style>
span { border-color: #EA6AF0; }
span { border-color: rgb(234,106,240); }
td.TdClassName
{
border-color: #EA6AF0;
}
.TagClassName
{
border-color: #EA6AF0;
}
</style>