Shades of Psychedelic Purple #E619E5
Tints of Psychedelic Purple #E619E5
RGB
CMYK
RGB Variations
Color information
#E619E5 (or 0xE619E5) is known color: Psychedelic Purple. HEX triplet: E6, 19 and E5. RGB value is (230,25,229). Sum of RGB (Red+Green+Blue) = 230+25+229=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E619E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619E5 is #19E61A. Grayscale: #6C6C6C. Windows color (decimal): -1697307 or 15014374. OLE color: 15014374.
HSL color Cylindrical-coordinate representation of color #E619E5: hue angle of 300.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619E5 is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 229 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.10 |
| HSL | 300.29º | 0.8% | 0.5% | - |
| HSV(B) | 300.29º | 0.89% | 0.9% | - |
| XYZ | 47.12 | 23.18 | 76.12 | - |
| YUV | 109.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 229 | 0 | 0.89 | 0.00 | 0.10 | 300.29 | 0.8 | 0.5 |
| Hex | E6 | 19 | E5 | 0 | 59 | 0 | A | 12C | 50 | 32 |
| Octal | 346 | 31 | 345 | 0 | 131 | 0 | 12 | 454 | 120 | 62 |
| Binary | 11100110 | 11001 | 11100101 | 0 | 1011001 | 0 | 1010 | 100101100 | 1010000 | 110010 |
Color Harmonies of #E619E5
Complementary color
Monochromatic Colors of #E619E5
Black with #E619E5
Text Example
Text Example
White with #E619E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619E5; }
p { color: rgb(230,25,229); }
H1.HeaderClassName
{
color: #E619E5;
}
.AnyTagClassName
{
color: #E619E5;
}
</style>
background-color css
<style>
a { background-color: #E619E5; }
a { background-color: rgb(230,25,229); }
div.DivClassName
{
background-color: #E619E5;
}
.BgClassName
{
background-color: #E619E5;
}
</style>
border-color css
<style>
span { border-color: #E619E5; }
span { border-color: rgb(230,25,229); }
td.TdClassName
{
border-color: #E619E5;
}
.TagClassName
{
border-color: #E619E5;
}
</style>