Shades of Violet #EA78EA
Tints of Violet #EA78EA
RGB
CMYK
RGB Variations
Color information
#EA78EA (or 0xEA78EA) is known color: Violet. HEX triplet: EA, 78 and EA. RGB value is (234,120,234). Sum of RGB (Red+Green+Blue) = 234+120+234=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA78EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA78EA is #158715. Grayscale: #A6A6A6. Windows color (decimal): -1410838 or 15366378. OLE color: 15366378.
HSL color Cylindrical-coordinate representation of color #EA78EA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78EA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 234 | - |
| CMYK | 0 | 0.49 | 0 | 0.08 |
| HSL | 300º | 0.73% | 0.69% | - |
| HSV(B) | 300º | 0.49% | 0.92% | - |
| XYZ | 55.5 | 36.87 | 82.03 | - |
| YUV | 167.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 234 | 0 | 0.49 | 0 | 0.08 | 300 | 0.73 | 0.69 |
| Hex | EA | 78 | EA | 0 | 31 | 0 | 8 | 12C | 49 | 45 |
| Octal | 352 | 170 | 352 | 0 | 61 | 0 | 10 | 454 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11101010 | 0 | 110001 | 0 | 1000 | 100101100 | 1001001 | 1000101 |
Color Harmonies of #EA78EA
Complementary color
Monochromatic Colors of #EA78EA
Black with #EA78EA
Text Example
Text Example
White with #EA78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78EA; }
p { color: rgb(234,120,234); }
H1.HeaderClassName
{
color: #EA78EA;
}
.AnyTagClassName
{
color: #EA78EA;
}
</style>
background-color css
<style>
a { background-color: #EA78EA; }
a { background-color: rgb(234,120,234); }
div.DivClassName
{
background-color: #EA78EA;
}
.BgClassName
{
background-color: #EA78EA;
}
</style>
border-color css
<style>
span { border-color: #EA78EA; }
span { border-color: rgb(234,120,234); }
td.TdClassName
{
border-color: #EA78EA;
}
.TagClassName
{
border-color: #EA78EA;
}
</style>