Shades of Violet #EA82E2
Tints of Violet #EA82E2
RGB
CMYK
RGB Variations
Color information
#EA82E2 (or 0xEA82E2) is known color: Violet. HEX triplet: EA, 82 and E2. RGB value is (234,130,226). Sum of RGB (Red+Green+Blue) = 234+130+226=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82E2 is #157D1D. Grayscale: #ABABAB. Windows color (decimal): -1408286 or 14844650. OLE color: 14844650.
HSL color Cylindrical-coordinate representation of color #EA82E2: hue angle of 304.62º 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 #EA82E2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 226 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.08 |
| HSL | 304.62º | 0.71% | 0.71% | - |
| HSV(B) | 304.62º | 0.44% | 0.92% | - |
| XYZ | 55.64 | 38.95 | 76.54 | - |
| YUV | 172.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 226 | 0 | 0.44 | 0.03 | 0.08 | 304.62 | 0.71 | 0.71 |
| Hex | EA | 82 | E2 | 0 | 2C | 3 | 8 | 131 | 47 | 47 |
| Octal | 352 | 202 | 342 | 0 | 54 | 3 | 10 | 461 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11100010 | 0 | 101100 | 11 | 1000 | 100110001 | 1000111 | 1000111 |
Color Harmonies of #EA82E2
Complementary color
Monochromatic Colors of #EA82E2
Black with #EA82E2
Text Example
Text Example
White with #EA82E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82E2; }
p { color: rgb(234,130,226); }
H1.HeaderClassName
{
color: #EA82E2;
}
.AnyTagClassName
{
color: #EA82E2;
}
</style>
background-color css
<style>
a { background-color: #EA82E2; }
a { background-color: rgb(234,130,226); }
div.DivClassName
{
background-color: #EA82E2;
}
.BgClassName
{
background-color: #EA82E2;
}
</style>
border-color css
<style>
span { border-color: #EA82E2; }
span { border-color: rgb(234,130,226); }
td.TdClassName
{
border-color: #EA82E2;
}
.TagClassName
{
border-color: #EA82E2;
}
</style>