Shades of Violet #EA82E7
Tints of Violet #EA82E7
RGB
CMYK
RGB Variations
Color information
#EA82E7 (or 0xEA82E7) is known color: Violet. HEX triplet: EA, 82 and E7. RGB value is (234,130,231). Sum of RGB (Red+Green+Blue) = 234+130+231=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA82E7 is #157D18. Grayscale: #ACACAC. Windows color (decimal): -1408281 or 15172330. OLE color: 15172330.
HSL color Cylindrical-coordinate representation of color #EA82E7: hue angle of 301.73º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82E7 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 231 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.08 |
| HSL | 301.73º | 0.71% | 0.71% | - |
| HSV(B) | 301.73º | 0.44% | 0.92% | - |
| XYZ | 56.34 | 39.23 | 80.2 | - |
| YUV | 172.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 231 | 0 | 0.44 | 0.01 | 0.08 | 301.73 | 0.71 | 0.71 |
| Hex | EA | 82 | E7 | 0 | 2C | 1 | 8 | 12E | 47 | 47 |
| Octal | 352 | 202 | 347 | 0 | 54 | 1 | 10 | 456 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11100111 | 0 | 101100 | 1 | 1000 | 100101110 | 1000111 | 1000111 |
Color Harmonies of #EA82E7
Complementary color
Monochromatic Colors of #EA82E7
Black with #EA82E7
Text Example
Text Example
White with #EA82E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82E7; }
p { color: rgb(234,130,231); }
H1.HeaderClassName
{
color: #EA82E7;
}
.AnyTagClassName
{
color: #EA82E7;
}
</style>
background-color css
<style>
a { background-color: #EA82E7; }
a { background-color: rgb(234,130,231); }
div.DivClassName
{
background-color: #EA82E7;
}
.BgClassName
{
background-color: #EA82E7;
}
</style>
border-color css
<style>
span { border-color: #EA82E7; }
span { border-color: rgb(234,130,231); }
td.TdClassName
{
border-color: #EA82E7;
}
.TagClassName
{
border-color: #EA82E7;
}
</style>