Shades of Violet #EA78E4
Tints of Violet #EA78E4
RGB
CMYK
RGB Variations
Color information
#EA78E4 (or 0xEA78E4) is known color: Violet. HEX triplet: EA, 78 and E4. RGB value is (234,120,228). Sum of RGB (Red+Green+Blue) = 234+120+228=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78E4 is #15871B. Grayscale: #A6A6A6. Windows color (decimal): -1410844 or 14973162. OLE color: 14973162.
HSL color Cylindrical-coordinate representation of color #EA78E4: hue angle of 303.16º 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 #EA78E4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 228 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.08 |
| HSL | 303.16º | 0.73% | 0.69% | - |
| HSV(B) | 303.16º | 0.49% | 0.92% | - |
| XYZ | 54.65 | 36.53 | 77.57 | - |
| YUV | 166.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 228 | 0 | 0.49 | 0.03 | 0.08 | 303.16 | 0.73 | 0.69 |
| Hex | EA | 78 | E4 | 0 | 31 | 3 | 8 | 12F | 49 | 45 |
| Octal | 352 | 170 | 344 | 0 | 61 | 3 | 10 | 457 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11100100 | 0 | 110001 | 11 | 1000 | 100101111 | 1001001 | 1000101 |
Color Harmonies of #EA78E4
Complementary color
Monochromatic Colors of #EA78E4
Black with #EA78E4
Text Example
Text Example
White with #EA78E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78E4; }
p { color: rgb(234,120,228); }
H1.HeaderClassName
{
color: #EA78E4;
}
.AnyTagClassName
{
color: #EA78E4;
}
</style>
background-color css
<style>
a { background-color: #EA78E4; }
a { background-color: rgb(234,120,228); }
div.DivClassName
{
background-color: #EA78E4;
}
.BgClassName
{
background-color: #EA78E4;
}
</style>
border-color css
<style>
span { border-color: #EA78E4; }
span { border-color: rgb(234,120,228); }
td.TdClassName
{
border-color: #EA78E4;
}
.TagClassName
{
border-color: #EA78E4;
}
</style>