Shades of Violet #EA82E3
Tints of Violet #EA82E3
RGB
CMYK
RGB Variations
Color information
#EA82E3 (or 0xEA82E3) is known color: Violet. HEX triplet: EA, 82 and E3. RGB value is (234,130,227). Sum of RGB (Red+Green+Blue) = 234+130+227=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82E3 is #157D1C. Grayscale: #ABABAB. Windows color (decimal): -1408285 or 14910186. OLE color: 14910186.
HSL color Cylindrical-coordinate representation of color #EA82E3: hue angle of 304.04º 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 #EA82E3 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 227 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.08 |
| HSL | 304.04º | 0.71% | 0.71% | - |
| HSV(B) | 304.04º | 0.44% | 0.92% | - |
| XYZ | 55.78 | 39 | 77.26 | - |
| YUV | 172.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 227 | 0 | 0.44 | 0.03 | 0.08 | 304.04 | 0.71 | 0.71 |
| Hex | EA | 82 | E3 | 0 | 2C | 3 | 8 | 130 | 47 | 47 |
| Octal | 352 | 202 | 343 | 0 | 54 | 3 | 10 | 460 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11100011 | 0 | 101100 | 11 | 1000 | 100110000 | 1000111 | 1000111 |
Color Harmonies of #EA82E3
Complementary color
Monochromatic Colors of #EA82E3
Black with #EA82E3
Text Example
Text Example
White with #EA82E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82E3; }
p { color: rgb(234,130,227); }
H1.HeaderClassName
{
color: #EA82E3;
}
.AnyTagClassName
{
color: #EA82E3;
}
</style>
background-color css
<style>
a { background-color: #EA82E3; }
a { background-color: rgb(234,130,227); }
div.DivClassName
{
background-color: #EA82E3;
}
.BgClassName
{
background-color: #EA82E3;
}
</style>
border-color css
<style>
span { border-color: #EA82E3; }
span { border-color: rgb(234,130,227); }
td.TdClassName
{
border-color: #EA82E3;
}
.TagClassName
{
border-color: #EA82E3;
}
</style>