Shades of Psychedelic Purple #E618EE
Tints of Psychedelic Purple #E618EE
RGB
CMYK
RGB Variations
Color information
#E618EE (or 0xE618EE) is known color: Psychedelic Purple. HEX triplet: E6, 18 and EE. RGB value is (230,24,238). Sum of RGB (Red+Green+Blue) = 230+24+238=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #E618EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618EE is #19E711. Grayscale: #6D6D6D. Windows color (decimal): -1697554 or 15603942. OLE color: 15603942.
HSL color Cylindrical-coordinate representation of color #E618EE: hue angle of 297.76º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618EE is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 24 | 238 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.07 |
| HSL | 297.76º | 0.86% | 0.51% | - |
| HSV(B) | 297.76º | 0.9% | 0.93% | - |
| XYZ | 48.39 | 23.65 | 82.9 | - |
| YUV | 109.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 238 | 0.03 | 0.90 | 0 | 0.07 | 297.76 | 0.86 | 0.51 |
| Hex | E6 | 18 | EE | 3 | 5A | 0 | 7 | 12A | 56 | 33 |
| Octal | 346 | 30 | 356 | 3 | 132 | 0 | 7 | 452 | 126 | 63 |
| Binary | 11100110 | 11000 | 11101110 | 11 | 1011010 | 0 | 111 | 100101010 | 1010110 | 110011 |
Color Harmonies of #E618EE
Complementary color
Monochromatic Colors of #E618EE
Black with #E618EE
Text Example
Text Example
White with #E618EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618EE; }
p { color: rgb(230,24,238); }
H1.HeaderClassName
{
color: #E618EE;
}
.AnyTagClassName
{
color: #E618EE;
}
</style>
background-color css
<style>
a { background-color: #E618EE; }
a { background-color: rgb(230,24,238); }
div.DivClassName
{
background-color: #E618EE;
}
.BgClassName
{
background-color: #E618EE;
}
</style>
border-color css
<style>
span { border-color: #E618EE; }
span { border-color: rgb(230,24,238); }
td.TdClassName
{
border-color: #E618EE;
}
.TagClassName
{
border-color: #E618EE;
}
</style>