Shades of Psychedelic Purple #E61EEE
Tints of Psychedelic Purple #E61EEE
RGB
CMYK
RGB Variations
Color information
#E61EEE (or 0xE61EEE) is known color: Psychedelic Purple. HEX triplet: E6, 1E and EE. RGB value is (230,30,238). Sum of RGB (Red+Green+Blue) = 230+30+238=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #E61EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EEE is #19E111. Grayscale: #707070. Windows color (decimal): -1696018 or 15605478. OLE color: 15605478.
HSL color Cylindrical-coordinate representation of color #E61EEE: hue angle of 297.69º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61EEE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 30 | 238 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.07 |
| HSL | 297.69º | 0.86% | 0.53% | - |
| HSV(B) | 297.69º | 0.87% | 0.93% | - |
| XYZ | 48.53 | 23.92 | 82.95 | - |
| YUV | 113.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 238 | 0.03 | 0.87 | 0 | 0.07 | 297.69 | 0.86 | 0.53 |
| Hex | E6 | 1E | EE | 3 | 57 | 0 | 7 | 12A | 56 | 35 |
| Octal | 346 | 36 | 356 | 3 | 127 | 0 | 7 | 452 | 126 | 65 |
| Binary | 11100110 | 11110 | 11101110 | 11 | 1010111 | 0 | 111 | 100101010 | 1010110 | 110101 |
Color Harmonies of #E61EEE
Complementary color
Monochromatic Colors of #E61EEE
Black with #E61EEE
Text Example
Text Example
White with #E61EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EEE; }
p { color: rgb(230,30,238); }
H1.HeaderClassName
{
color: #E61EEE;
}
.AnyTagClassName
{
color: #E61EEE;
}
</style>
background-color css
<style>
a { background-color: #E61EEE; }
a { background-color: rgb(230,30,238); }
div.DivClassName
{
background-color: #E61EEE;
}
.BgClassName
{
background-color: #E61EEE;
}
</style>
border-color css
<style>
span { border-color: #E61EEE; }
span { border-color: rgb(230,30,238); }
td.TdClassName
{
border-color: #E61EEE;
}
.TagClassName
{
border-color: #E61EEE;
}
</style>