Shades of Psychedelic Purple #E619F4
Tints of Psychedelic Purple #E619F4
RGB
CMYK
RGB Variations
Color information
#E619F4 (or 0xE619F4) is known color: Psychedelic Purple. HEX triplet: E6, 19 and F4. RGB value is (230,25,244). Sum of RGB (Red+Green+Blue) = 230+25+244=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #E619F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619F4 is #19E60B. Grayscale: #6E6E6E. Windows color (decimal): -1697292 or 15997414. OLE color: 15997414.
HSL color Cylindrical-coordinate representation of color #E619F4: hue angle of 296.16º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E619F4 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 25 | 244 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.04 |
| HSL | 296.16º | 0.91% | 0.53% | - |
| HSV(B) | 296.16º | 0.9% | 0.96% | - |
| XYZ | 49.31 | 24.05 | 87.63 | - |
| YUV | 111.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 244 | 0.06 | 0.90 | 0 | 0.04 | 296.16 | 0.91 | 0.53 |
| Hex | E6 | 19 | F4 | 6 | 5A | 0 | 4 | 128 | 5B | 35 |
| Octal | 346 | 31 | 364 | 6 | 132 | 0 | 4 | 450 | 133 | 65 |
| Binary | 11100110 | 11001 | 11110100 | 110 | 1011010 | 0 | 100 | 100101000 | 1011011 | 110101 |
Color Harmonies of #E619F4
Complementary color
Monochromatic Colors of #E619F4
Black with #E619F4
Text Example
Text Example
White with #E619F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619F4; }
p { color: rgb(230,25,244); }
H1.HeaderClassName
{
color: #E619F4;
}
.AnyTagClassName
{
color: #E619F4;
}
</style>
background-color css
<style>
a { background-color: #E619F4; }
a { background-color: rgb(230,25,244); }
div.DivClassName
{
background-color: #E619F4;
}
.BgClassName
{
background-color: #E619F4;
}
</style>
border-color css
<style>
span { border-color: #E619F4; }
span { border-color: rgb(230,25,244); }
td.TdClassName
{
border-color: #E619F4;
}
.TagClassName
{
border-color: #E619F4;
}
</style>