Shades of Violet #EA86F0
Tints of Violet #EA86F0
RGB
CMYK
RGB Variations
Color information
#EA86F0 (or 0xEA86F0) is known color: Violet. HEX triplet: EA, 86 and F0. RGB value is (234,134,240). Sum of RGB (Red+Green+Blue) = 234+134+240=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA86F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA86F0 is #15790F. Grayscale: #AFAFAF. Windows color (decimal): -1407248 or 15763178. OLE color: 15763178.
HSL color Cylindrical-coordinate representation of color #EA86F0: hue angle of 296.6º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA86F0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 134 | 240 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.06 |
| HSL | 296.6º | 0.78% | 0.73% | - |
| HSV(B) | 296.6º | 0.44% | 0.94% | - |
| XYZ | 58.18 | 40.83 | 87.25 | - |
| YUV | 175.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 240 | 0.02 | 0.44 | 0 | 0.06 | 296.6 | 0.78 | 0.73 |
| Hex | EA | 86 | F0 | 2 | 2C | 0 | 6 | 129 | 4E | 49 |
| Octal | 352 | 206 | 360 | 2 | 54 | 0 | 6 | 451 | 116 | 111 |
| Binary | 11101010 | 10000110 | 11110000 | 10 | 101100 | 0 | 110 | 100101001 | 1001110 | 1001001 |
Color Harmonies of #EA86F0
Complementary color
Monochromatic Colors of #EA86F0
Black with #EA86F0
Text Example
Text Example
White with #EA86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86F0; }
p { color: rgb(234,134,240); }
H1.HeaderClassName
{
color: #EA86F0;
}
.AnyTagClassName
{
color: #EA86F0;
}
</style>
background-color css
<style>
a { background-color: #EA86F0; }
a { background-color: rgb(234,134,240); }
div.DivClassName
{
background-color: #EA86F0;
}
.BgClassName
{
background-color: #EA86F0;
}
</style>
border-color css
<style>
span { border-color: #EA86F0; }
span { border-color: rgb(234,134,240); }
td.TdClassName
{
border-color: #EA86F0;
}
.TagClassName
{
border-color: #EA86F0;
}
</style>