Shades of Psychedelic Purple #EA04F3
Tints of Psychedelic Purple #EA04F3
RGB
CMYK
RGB Variations
Color information
#EA04F3 (or 0xEA04F3) is known color: Psychedelic Purple. HEX triplet: EA, 04 and F3. RGB value is (234,4,243). Sum of RGB (Red+Green+Blue) = 234+4+243=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 4 (1.95% from 255 or 0.83% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA04F3 is #15FB0C. Grayscale: #636363. Windows color (decimal): -1440525 or 15926506. OLE color: 15926506.
HSL color Cylindrical-coordinate representation of color #EA04F3: hue angle of 297.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04F3 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 4 | 243 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.05 |
| HSL | 297.74º | 0.97% | 0.48% | - |
| HSV(B) | 297.74º | 0.98% | 0.95% | - |
| XYZ | 50.15 | 24.05 | 86.79 | - |
| YUV | 100.02 | 208.7 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 243 | 0.04 | 0.98 | 0 | 0.05 | 297.74 | 0.97 | 0.48 |
| Hex | EA | 4 | F3 | 4 | 62 | 0 | 5 | 12A | 61 | 30 |
| Octal | 352 | 4 | 363 | 4 | 142 | 0 | 5 | 452 | 141 | 60 |
| Binary | 11101010 | 100 | 11110011 | 100 | 1100010 | 0 | 101 | 100101010 | 1100001 | 110000 |
Color Harmonies of #EA04F3
Complementary color
Monochromatic Colors of #EA04F3
Black with #EA04F3
Text Example
Text Example
White with #EA04F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04F3; }
p { color: rgb(234,4,243); }
H1.HeaderClassName
{
color: #EA04F3;
}
.AnyTagClassName
{
color: #EA04F3;
}
</style>
background-color css
<style>
a { background-color: #EA04F3; }
a { background-color: rgb(234,4,243); }
div.DivClassName
{
background-color: #EA04F3;
}
.BgClassName
{
background-color: #EA04F3;
}
</style>
border-color css
<style>
span { border-color: #EA04F3; }
span { border-color: rgb(234,4,243); }
td.TdClassName
{
border-color: #EA04F3;
}
.TagClassName
{
border-color: #EA04F3;
}
</style>