Shades of Psychedelic Purple #EA04E8
Tints of Psychedelic Purple #EA04E8
RGB
CMYK
RGB Variations
Color information
#EA04E8 (or 0xEA04E8) is known color: Psychedelic Purple. HEX triplet: EA, 04 and E8. RGB value is (234,4,232). Sum of RGB (Red+Green+Blue) = 234+4+232=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA04E8 is #15FB17. Grayscale: #626262. Windows color (decimal): -1440536 or 15205610. OLE color: 15205610.
HSL color Cylindrical-coordinate representation of color #EA04E8: hue angle of 300.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04E8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 232 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.08 |
| HSL | 300.52º | 0.97% | 0.47% | - |
| HSV(B) | 300.52º | 0.98% | 0.92% | - |
| XYZ | 48.54 | 23.41 | 78.3 | - |
| YUV | 98.76 | 203.2 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 232 | 0 | 0.98 | 0.01 | 0.08 | 300.52 | 0.97 | 0.47 |
| Hex | EA | 4 | E8 | 0 | 62 | 1 | 8 | 12D | 61 | 2F |
| Octal | 352 | 4 | 350 | 0 | 142 | 1 | 10 | 455 | 141 | 57 |
| Binary | 11101010 | 100 | 11101000 | 0 | 1100010 | 1 | 1000 | 100101101 | 1100001 | 101111 |
Color Harmonies of #EA04E8
Complementary color
Monochromatic Colors of #EA04E8
Black with #EA04E8
Text Example
Text Example
White with #EA04E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04E8; }
p { color: rgb(234,4,232); }
H1.HeaderClassName
{
color: #EA04E8;
}
.AnyTagClassName
{
color: #EA04E8;
}
</style>
background-color css
<style>
a { background-color: #EA04E8; }
a { background-color: rgb(234,4,232); }
div.DivClassName
{
background-color: #EA04E8;
}
.BgClassName
{
background-color: #EA04E8;
}
</style>
border-color css
<style>
span { border-color: #EA04E8; }
span { border-color: rgb(234,4,232); }
td.TdClassName
{
border-color: #EA04E8;
}
.TagClassName
{
border-color: #EA04E8;
}
</style>