Shades of Violet #EA80ED
Tints of Violet #EA80ED
RGB
CMYK
RGB Variations
Color information
#EA80ED (or 0xEA80ED) is known color: Violet. HEX triplet: EA, 80 and ED. RGB value is (234,128,237). Sum of RGB (Red+Green+Blue) = 234+128+237=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80ED is #157F12. Grayscale: #ABABAB. Windows color (decimal): -1408787 or 15565034. OLE color: 15565034.
HSL color Cylindrical-coordinate representation of color #EA80ED: hue angle of 298.35º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA80ED is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 128 | 237 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.07 |
| HSL | 298.35º | 0.75% | 0.72% | - |
| HSV(B) | 298.35º | 0.46% | 0.93% | - |
| XYZ | 56.94 | 39.05 | 84.66 | - |
| YUV | 172.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 237 | 0.01 | 0.46 | 0 | 0.07 | 298.35 | 0.75 | 0.72 |
| Hex | EA | 80 | ED | 1 | 2E | 0 | 7 | 12A | 4B | 48 |
| Octal | 352 | 200 | 355 | 1 | 56 | 0 | 7 | 452 | 113 | 110 |
| Binary | 11101010 | 10000000 | 11101101 | 1 | 101110 | 0 | 111 | 100101010 | 1001011 | 1001000 |
Color Harmonies of #EA80ED
Complementary color
Monochromatic Colors of #EA80ED
Black with #EA80ED
Text Example
Text Example
White with #EA80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80ED; }
p { color: rgb(234,128,237); }
H1.HeaderClassName
{
color: #EA80ED;
}
.AnyTagClassName
{
color: #EA80ED;
}
</style>
background-color css
<style>
a { background-color: #EA80ED; }
a { background-color: rgb(234,128,237); }
div.DivClassName
{
background-color: #EA80ED;
}
.BgClassName
{
background-color: #EA80ED;
}
</style>
border-color css
<style>
span { border-color: #EA80ED; }
span { border-color: rgb(234,128,237); }
td.TdClassName
{
border-color: #EA80ED;
}
.TagClassName
{
border-color: #EA80ED;
}
</style>