Shades of Violet #EA70EA
Tints of Violet #EA70EA
RGB
CMYK
RGB Variations
Color information
#EA70EA (or 0xEA70EA) is known color: Violet. HEX triplet: EA, 70 and EA. RGB value is (234,112,234). Sum of RGB (Red+Green+Blue) = 234+112+234=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA70EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70EA is #158F15. Grayscale: #A2A2A2. Windows color (decimal): -1412886 or 15364330. OLE color: 15364330.
HSL color Cylindrical-coordinate representation of color #EA70EA: hue angle of 300º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA70EA is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 234 | - |
| CMYK | 0 | 0.52 | 0 | 0.08 |
| HSL | 300º | 0.74% | 0.68% | - |
| HSV(B) | 300º | 0.52% | 0.92% | - |
| XYZ | 54.58 | 35.02 | 81.73 | - |
| YUV | 162.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 234 | 0 | 0.52 | 0 | 0.08 | 300 | 0.74 | 0.68 |
| Hex | EA | 70 | EA | 0 | 34 | 0 | 8 | 12C | 4A | 44 |
| Octal | 352 | 160 | 352 | 0 | 64 | 0 | 10 | 454 | 112 | 104 |
| Binary | 11101010 | 1110000 | 11101010 | 0 | 110100 | 0 | 1000 | 100101100 | 1001010 | 1000100 |
Color Harmonies of #EA70EA
Complementary color
Monochromatic Colors of #EA70EA
Black with #EA70EA
Text Example
Text Example
White with #EA70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA70EA; }
p { color: rgb(234,112,234); }
H1.HeaderClassName
{
color: #EA70EA;
}
.AnyTagClassName
{
color: #EA70EA;
}
</style>
background-color css
<style>
a { background-color: #EA70EA; }
a { background-color: rgb(234,112,234); }
div.DivClassName
{
background-color: #EA70EA;
}
.BgClassName
{
background-color: #EA70EA;
}
</style>
border-color css
<style>
span { border-color: #EA70EA; }
span { border-color: rgb(234,112,234); }
td.TdClassName
{
border-color: #EA70EA;
}
.TagClassName
{
border-color: #EA70EA;
}
</style>