Shades of Psychedelic Purple #EA19FF
Tints of Psychedelic Purple #EA19FF
RGB
CMYK
RGB Variations
Color information
#EA19FF (or 0xEA19FF) is known color: Psychedelic Purple. HEX triplet: EA, 19 and FF. RGB value is (234,25,255). Sum of RGB (Red+Green+Blue) = 234+25+255=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19FF is #15E600. Grayscale: #717171. Windows color (decimal): -1435137 or 16718314. OLE color: 16718314.
HSL color Cylindrical-coordinate representation of color #EA19FF: hue angle of 294.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA19FF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 25 | 255 | - |
| CMYK | 0.08 | 0.90 | 0 | 0 |
| HSL | 294.52º | 1% | 0.55% | - |
| HSV(B) | 294.52º | 0.9% | 1% | - |
| XYZ | 52.33 | 25.41 | 96.75 | - |
| YUV | 113.71 | 207.74 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 255 | 0.08 | 0.90 | 0 | 0 | 294.52 | 1 | 0.55 |
| Hex | EA | 19 | FF | 8 | 5A | 0 | 0 | 127 | 64 | 37 |
| Octal | 352 | 31 | 377 | 10 | 132 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101010 | 11001 | 11111111 | 1000 | 1011010 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #EA19FF
Complementary color
Monochromatic Colors of #EA19FF
Black with #EA19FF
Text Example
Text Example
White with #EA19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19FF; }
p { color: rgb(234,25,255); }
H1.HeaderClassName
{
color: #EA19FF;
}
.AnyTagClassName
{
color: #EA19FF;
}
</style>
background-color css
<style>
a { background-color: #EA19FF; }
a { background-color: rgb(234,25,255); }
div.DivClassName
{
background-color: #EA19FF;
}
.BgClassName
{
background-color: #EA19FF;
}
</style>
border-color css
<style>
span { border-color: #EA19FF; }
span { border-color: rgb(234,25,255); }
td.TdClassName
{
border-color: #EA19FF;
}
.TagClassName
{
border-color: #EA19FF;
}
</style>