Shades of Violet #EA76ED
Tints of Violet #EA76ED
RGB
CMYK
RGB Variations
Color information
#EA76ED (or 0xEA76ED) is known color: Violet. HEX triplet: EA, 76 and ED. RGB value is (234,118,237). Sum of RGB (Red+Green+Blue) = 234+118+237=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76ED is #158912. Grayscale: #A5A5A5. Windows color (decimal): -1411347 or 15562474. OLE color: 15562474.
HSL color Cylindrical-coordinate representation of color #EA76ED: hue angle of 298.49º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76ED is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 118 | 237 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.07 |
| HSL | 298.49º | 0.77% | 0.7% | - |
| HSV(B) | 298.49º | 0.5% | 0.93% | - |
| XYZ | 55.7 | 36.56 | 84.24 | - |
| YUV | 166.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 237 | 0.01 | 0.50 | 0 | 0.07 | 298.49 | 0.77 | 0.7 |
| Hex | EA | 76 | ED | 1 | 32 | 0 | 7 | 12A | 4D | 46 |
| Octal | 352 | 166 | 355 | 1 | 62 | 0 | 7 | 452 | 115 | 106 |
| Binary | 11101010 | 1110110 | 11101101 | 1 | 110010 | 0 | 111 | 100101010 | 1001101 | 1000110 |
Color Harmonies of #EA76ED
Complementary color
Monochromatic Colors of #EA76ED
Black with #EA76ED
Text Example
Text Example
White with #EA76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76ED; }
p { color: rgb(234,118,237); }
H1.HeaderClassName
{
color: #EA76ED;
}
.AnyTagClassName
{
color: #EA76ED;
}
</style>
background-color css
<style>
a { background-color: #EA76ED; }
a { background-color: rgb(234,118,237); }
div.DivClassName
{
background-color: #EA76ED;
}
.BgClassName
{
background-color: #EA76ED;
}
</style>
border-color css
<style>
span { border-color: #EA76ED; }
span { border-color: rgb(234,118,237); }
td.TdClassName
{
border-color: #EA76ED;
}
.TagClassName
{
border-color: #EA76ED;
}
</style>