Shades of Psychedelic Purple #EA04F0
Tints of Psychedelic Purple #EA04F0
RGB
CMYK
RGB Variations
Color information
#EA04F0 (or 0xEA04F0) is known color: Psychedelic Purple. HEX triplet: EA, 04 and F0. RGB value is (234,4,240). Sum of RGB (Red+Green+Blue) = 234+4+240=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA04F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA04F0 is #15FB0F. Grayscale: #626262. Windows color (decimal): -1440528 or 15729898. OLE color: 15729898.
HSL color Cylindrical-coordinate representation of color #EA04F0: hue angle of 298.47º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04F0 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 4 | 240 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.06 |
| HSL | 298.47º | 0.97% | 0.48% | - |
| HSV(B) | 298.47º | 0.98% | 0.94% | - |
| XYZ | 49.7 | 23.87 | 84.43 | - |
| YUV | 99.67 | 207.2 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 240 | 0.02 | 0.98 | 0 | 0.06 | 298.47 | 0.97 | 0.48 |
| Hex | EA | 4 | F0 | 2 | 62 | 0 | 6 | 12A | 61 | 30 |
| Octal | 352 | 4 | 360 | 2 | 142 | 0 | 6 | 452 | 141 | 60 |
| Binary | 11101010 | 100 | 11110000 | 10 | 1100010 | 0 | 110 | 100101010 | 1100001 | 110000 |
Color Harmonies of #EA04F0
Complementary color
Monochromatic Colors of #EA04F0
Black with #EA04F0
Text Example
Text Example
White with #EA04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04F0; }
p { color: rgb(234,4,240); }
H1.HeaderClassName
{
color: #EA04F0;
}
.AnyTagClassName
{
color: #EA04F0;
}
</style>
background-color css
<style>
a { background-color: #EA04F0; }
a { background-color: rgb(234,4,240); }
div.DivClassName
{
background-color: #EA04F0;
}
.BgClassName
{
background-color: #EA04F0;
}
</style>
border-color css
<style>
span { border-color: #EA04F0; }
span { border-color: rgb(234,4,240); }
td.TdClassName
{
border-color: #EA04F0;
}
.TagClassName
{
border-color: #EA04F0;
}
</style>