Shades of Psychedelic Purple #EA19FA
Tints of Psychedelic Purple #EA19FA
RGB
CMYK
RGB Variations
Color information
#EA19FA (or 0xEA19FA) is known color: Psychedelic Purple. HEX triplet: EA, 19 and FA. RGB value is (234,25,250). Sum of RGB (Red+Green+Blue) = 234+25+250=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19FA is #15E605. Grayscale: #707070. Windows color (decimal): -1435142 or 16390634. OLE color: 16390634.
HSL color Cylindrical-coordinate representation of color #EA19FA: hue angle of 295.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA19FA is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 25 | 250 | - |
| CMYK | 0.06 | 0.9 | 0 | 0.02 |
| HSL | 295.73º | 0.96% | 0.54% | - |
| HSV(B) | 295.73º | 0.9% | 0.98% | - |
| XYZ | 51.53 | 25.09 | 92.57 | - |
| YUV | 113.14 | 205.24 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 250 | 0.06 | 0.9 | 0 | 0.02 | 295.73 | 0.96 | 0.54 |
| Hex | EA | 19 | FA | 6 | 5A | 0 | 2 | 128 | 60 | 36 |
| Octal | 352 | 31 | 372 | 6 | 132 | 0 | 2 | 450 | 140 | 66 |
| Binary | 11101010 | 11001 | 11111010 | 110 | 1011010 | 0 | 10 | 100101000 | 1100000 | 110110 |
Color Harmonies of #EA19FA
Complementary color
Monochromatic Colors of #EA19FA
Black with #EA19FA
Text Example
Text Example
White with #EA19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19FA; }
p { color: rgb(234,25,250); }
H1.HeaderClassName
{
color: #EA19FA;
}
.AnyTagClassName
{
color: #EA19FA;
}
</style>
background-color css
<style>
a { background-color: #EA19FA; }
a { background-color: rgb(234,25,250); }
div.DivClassName
{
background-color: #EA19FA;
}
.BgClassName
{
background-color: #EA19FA;
}
</style>
border-color css
<style>
span { border-color: #EA19FA; }
span { border-color: rgb(234,25,250); }
td.TdClassName
{
border-color: #EA19FA;
}
.TagClassName
{
border-color: #EA19FA;
}
</style>