Shades of Psychedelic Purple #E619FA
Tints of Psychedelic Purple #E619FA
RGB
CMYK
RGB Variations
Color information
#E619FA (or 0xE619FA) is known color: Psychedelic Purple. HEX triplet: E6, 19 and FA. RGB value is (230,25,250). Sum of RGB (Red+Green+Blue) = 230+25+250=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #E619FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619FA is #19E605. Grayscale: #6F6F6F. Windows color (decimal): -1697286 or 16390630. OLE color: 16390630.
HSL color Cylindrical-coordinate representation of color #E619FA: hue angle of 294.67º 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 #E619FA is Cyan = 0.08, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 25 | 250 | - |
| CMYK | 0.08 | 0.9 | 0 | 0.02 |
| HSL | 294.67º | 0.96% | 0.54% | - |
| HSV(B) | 294.67º | 0.9% | 0.98% | - |
| XYZ | 50.24 | 24.42 | 92.51 | - |
| YUV | 111.95 | 205.92 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 250 | 0.08 | 0.9 | 0 | 0.02 | 294.67 | 0.96 | 0.54 |
| Hex | E6 | 19 | FA | 8 | 5A | 0 | 2 | 127 | 60 | 36 |
| Octal | 346 | 31 | 372 | 10 | 132 | 0 | 2 | 447 | 140 | 66 |
| Binary | 11100110 | 11001 | 11111010 | 1000 | 1011010 | 0 | 10 | 100100111 | 1100000 | 110110 |
Color Harmonies of #E619FA
Complementary color
Monochromatic Colors of #E619FA
Black with #E619FA
Text Example
Text Example
White with #E619FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619FA; }
p { color: rgb(230,25,250); }
H1.HeaderClassName
{
color: #E619FA;
}
.AnyTagClassName
{
color: #E619FA;
}
</style>
background-color css
<style>
a { background-color: #E619FA; }
a { background-color: rgb(230,25,250); }
div.DivClassName
{
background-color: #E619FA;
}
.BgClassName
{
background-color: #E619FA;
}
</style>
border-color css
<style>
span { border-color: #E619FA; }
span { border-color: rgb(230,25,250); }
td.TdClassName
{
border-color: #E619FA;
}
.TagClassName
{
border-color: #E619FA;
}
</style>