Shades of Violet #EA78E2
Tints of Violet #EA78E2
RGB
CMYK
RGB Variations
Color information
#EA78E2 (or 0xEA78E2) is known color: Violet. HEX triplet: EA, 78 and E2. RGB value is (234,120,226). Sum of RGB (Red+Green+Blue) = 234+120+226=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78E2 is #15871D. Grayscale: #A5A5A5. Windows color (decimal): -1410846 or 14842090. OLE color: 14842090.
HSL color Cylindrical-coordinate representation of color #EA78E2: hue angle of 304.21º 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 #EA78E2 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 226 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.08 |
| HSL | 304.21º | 0.73% | 0.69% | - |
| HSV(B) | 304.21º | 0.49% | 0.92% | - |
| XYZ | 54.38 | 36.42 | 76.11 | - |
| YUV | 166.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 226 | 0 | 0.49 | 0.03 | 0.08 | 304.21 | 0.73 | 0.69 |
| Hex | EA | 78 | E2 | 0 | 31 | 3 | 8 | 130 | 49 | 45 |
| Octal | 352 | 170 | 342 | 0 | 61 | 3 | 10 | 460 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11100010 | 0 | 110001 | 11 | 1000 | 100110000 | 1001001 | 1000101 |
Color Harmonies of #EA78E2
Complementary color
Monochromatic Colors of #EA78E2
Black with #EA78E2
Text Example
Text Example
White with #EA78E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78E2; }
p { color: rgb(234,120,226); }
H1.HeaderClassName
{
color: #EA78E2;
}
.AnyTagClassName
{
color: #EA78E2;
}
</style>
background-color css
<style>
a { background-color: #EA78E2; }
a { background-color: rgb(234,120,226); }
div.DivClassName
{
background-color: #EA78E2;
}
.BgClassName
{
background-color: #EA78E2;
}
</style>
border-color css
<style>
span { border-color: #EA78E2; }
span { border-color: rgb(234,120,226); }
td.TdClassName
{
border-color: #EA78E2;
}
.TagClassName
{
border-color: #EA78E2;
}
</style>