Shades of Psychedelic Purple #E619EE
Tints of Psychedelic Purple #E619EE
RGB
CMYK
RGB Variations
Color information
#E619EE (or 0xE619EE) is known color: Psychedelic Purple. HEX triplet: E6, 19 and EE. RGB value is (230,25,238). Sum of RGB (Red+Green+Blue) = 230+25+238=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #E619EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619EE is #19E611. Grayscale: #6D6D6D. Windows color (decimal): -1697298 or 15604198. OLE color: 15604198.
HSL color Cylindrical-coordinate representation of color #E619EE: hue angle of 297.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619EE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 25 | 238 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.07 |
| HSL | 297.75º | 0.86% | 0.52% | - |
| HSV(B) | 297.75º | 0.89% | 0.93% | - |
| XYZ | 48.41 | 23.69 | 82.91 | - |
| YUV | 110.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 238 | 0.03 | 0.89 | 0 | 0.07 | 297.75 | 0.86 | 0.52 |
| Hex | E6 | 19 | EE | 3 | 59 | 0 | 7 | 12A | 56 | 34 |
| Octal | 346 | 31 | 356 | 3 | 131 | 0 | 7 | 452 | 126 | 64 |
| Binary | 11100110 | 11001 | 11101110 | 11 | 1011001 | 0 | 111 | 100101010 | 1010110 | 110100 |
Color Harmonies of #E619EE
Complementary color
Monochromatic Colors of #E619EE
Black with #E619EE
Text Example
Text Example
White with #E619EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619EE; }
p { color: rgb(230,25,238); }
H1.HeaderClassName
{
color: #E619EE;
}
.AnyTagClassName
{
color: #E619EE;
}
</style>
background-color css
<style>
a { background-color: #E619EE; }
a { background-color: rgb(230,25,238); }
div.DivClassName
{
background-color: #E619EE;
}
.BgClassName
{
background-color: #E619EE;
}
</style>
border-color css
<style>
span { border-color: #E619EE; }
span { border-color: rgb(230,25,238); }
td.TdClassName
{
border-color: #E619EE;
}
.TagClassName
{
border-color: #E619EE;
}
</style>