Shades of Psychedelic Purple #EA19FD
Tints of Psychedelic Purple #EA19FD
RGB
CMYK
RGB Variations
Color information
#EA19FD (or 0xEA19FD) is known color: Psychedelic Purple. HEX triplet: EA, 19 and FD. RGB value is (234,25,253). Sum of RGB (Red+Green+Blue) = 234+25+253=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA19FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19FD is #15E602. Grayscale: #707070. Windows color (decimal): -1435139 or 16587242. OLE color: 16587242.
HSL color Cylindrical-coordinate representation of color #EA19FD: hue angle of 295º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA19FD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 25 | 253 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.01 |
| HSL | 295º | 0.98% | 0.55% | - |
| HSV(B) | 295º | 0.9% | 0.99% | - |
| XYZ | 52.01 | 25.28 | 95.07 | - |
| YUV | 113.48 | 206.74 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 253 | 0.08 | 0.90 | 0 | 0.01 | 295 | 0.98 | 0.55 |
| Hex | EA | 19 | FD | 8 | 5A | 0 | 1 | 127 | 62 | 37 |
| Octal | 352 | 31 | 375 | 10 | 132 | 0 | 1 | 447 | 142 | 67 |
| Binary | 11101010 | 11001 | 11111101 | 1000 | 1011010 | 0 | 1 | 100100111 | 1100010 | 110111 |
Color Harmonies of #EA19FD
Complementary color
Monochromatic Colors of #EA19FD
Black with #EA19FD
Text Example
Text Example
White with #EA19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19FD; }
p { color: rgb(234,25,253); }
H1.HeaderClassName
{
color: #EA19FD;
}
.AnyTagClassName
{
color: #EA19FD;
}
</style>
background-color css
<style>
a { background-color: #EA19FD; }
a { background-color: rgb(234,25,253); }
div.DivClassName
{
background-color: #EA19FD;
}
.BgClassName
{
background-color: #EA19FD;
}
</style>
border-color css
<style>
span { border-color: #EA19FD; }
span { border-color: rgb(234,25,253); }
td.TdClassName
{
border-color: #EA19FD;
}
.TagClassName
{
border-color: #EA19FD;
}
</style>