Shades of Violet #EA82F6
Tints of Violet #EA82F6
RGB
CMYK
RGB Variations
Color information
#EA82F6 (or 0xEA82F6) is known color: Violet. HEX triplet: EA, 82 and F6. RGB value is (234,130,246). Sum of RGB (Red+Green+Blue) = 234+130+246=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA82F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA82F6 is #157D09. Grayscale: #ADADAD. Windows color (decimal): -1408266 or 16155370. OLE color: 16155370.
HSL color Cylindrical-coordinate representation of color #EA82F6: hue angle of 293.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA82F6 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 130 | 246 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.04 |
| HSL | 293.79º | 0.87% | 0.74% | - |
| HSV(B) | 293.79º | 0.47% | 0.96% | - |
| XYZ | 58.55 | 40.11 | 91.85 | - |
| YUV | 174.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 246 | 0.05 | 0.47 | 0 | 0.04 | 293.79 | 0.87 | 0.74 |
| Hex | EA | 82 | F6 | 5 | 2F | 0 | 4 | 126 | 57 | 4A |
| Octal | 352 | 202 | 366 | 5 | 57 | 0 | 4 | 446 | 127 | 112 |
| Binary | 11101010 | 10000010 | 11110110 | 101 | 101111 | 0 | 100 | 100100110 | 1010111 | 1001010 |
Color Harmonies of #EA82F6
Complementary color
Monochromatic Colors of #EA82F6
Black with #EA82F6
Text Example
Text Example
White with #EA82F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82F6; }
p { color: rgb(234,130,246); }
H1.HeaderClassName
{
color: #EA82F6;
}
.AnyTagClassName
{
color: #EA82F6;
}
</style>
background-color css
<style>
a { background-color: #EA82F6; }
a { background-color: rgb(234,130,246); }
div.DivClassName
{
background-color: #EA82F6;
}
.BgClassName
{
background-color: #EA82F6;
}
</style>
border-color css
<style>
span { border-color: #EA82F6; }
span { border-color: rgb(234,130,246); }
td.TdClassName
{
border-color: #EA82F6;
}
.TagClassName
{
border-color: #EA82F6;
}
</style>