Shades of Psychedelic Purple #EA0EE4
Tints of Psychedelic Purple #EA0EE4
RGB
CMYK
RGB Variations
Color information
#EA0EE4 (or 0xEA0EE4) is known color: Psychedelic Purple. HEX triplet: EA, 0E and E4. RGB value is (234,14,228). Sum of RGB (Red+Green+Blue) = 234+14+228=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0EE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0EE4 is #15F11B. Grayscale: #676767. Windows color (decimal): -1437980 or 14946026. OLE color: 14946026.
HSL color Cylindrical-coordinate representation of color #EA0EE4: hue angle of 301.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0EE4 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 228 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.08 |
| HSL | 301.64º | 0.89% | 0.49% | - |
| HSV(B) | 301.64º | 0.94% | 0.92% | - |
| XYZ | 48.09 | 23.41 | 75.38 | - |
| YUV | 104.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 228 | 0 | 0.94 | 0.03 | 0.08 | 301.64 | 0.89 | 0.49 |
| Hex | EA | E | E4 | 0 | 5E | 3 | 8 | 12E | 59 | 31 |
| Octal | 352 | 16 | 344 | 0 | 136 | 3 | 10 | 456 | 131 | 61 |
| Binary | 11101010 | 1110 | 11100100 | 0 | 1011110 | 11 | 1000 | 100101110 | 1011001 | 110001 |
Color Harmonies of #EA0EE4
Complementary color
Monochromatic Colors of #EA0EE4
Black with #EA0EE4
Text Example
Text Example
White with #EA0EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0EE4; }
p { color: rgb(234,14,228); }
H1.HeaderClassName
{
color: #EA0EE4;
}
.AnyTagClassName
{
color: #EA0EE4;
}
</style>
background-color css
<style>
a { background-color: #EA0EE4; }
a { background-color: rgb(234,14,228); }
div.DivClassName
{
background-color: #EA0EE4;
}
.BgClassName
{
background-color: #EA0EE4;
}
</style>
border-color css
<style>
span { border-color: #EA0EE4; }
span { border-color: rgb(234,14,228); }
td.TdClassName
{
border-color: #EA0EE4;
}
.TagClassName
{
border-color: #EA0EE4;
}
</style>