Shades of Psychedelic Purple #E61EE4
Tints of Psychedelic Purple #E61EE4
RGB
CMYK
RGB Variations
Color information
#E61EE4 (or 0xE61EE4) is known color: Psychedelic Purple. HEX triplet: E6, 1E and E4. RGB value is (230,30,228). Sum of RGB (Red+Green+Blue) = 230+30+228=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EE4 is #19E11B. Grayscale: #6F6F6F. Windows color (decimal): -1696028 or 14950118. OLE color: 14950118.
HSL color Cylindrical-coordinate representation of color #E61EE4: hue angle of 300.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61EE4 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 228 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.10 |
| HSL | 300.6º | 0.8% | 0.51% | - |
| HSV(B) | 300.6º | 0.87% | 0.9% | - |
| XYZ | 47.1 | 23.35 | 75.42 | - |
| YUV | 112.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 228 | 0 | 0.87 | 0.01 | 0.10 | 300.6 | 0.8 | 0.51 |
| Hex | E6 | 1E | E4 | 0 | 57 | 1 | A | 12D | 50 | 33 |
| Octal | 346 | 36 | 344 | 0 | 127 | 1 | 12 | 455 | 120 | 63 |
| Binary | 11100110 | 11110 | 11100100 | 0 | 1010111 | 1 | 1010 | 100101101 | 1010000 | 110011 |
Color Harmonies of #E61EE4
Complementary color
Monochromatic Colors of #E61EE4
Black with #E61EE4
Text Example
Text Example
White with #E61EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EE4; }
p { color: rgb(230,30,228); }
H1.HeaderClassName
{
color: #E61EE4;
}
.AnyTagClassName
{
color: #E61EE4;
}
</style>
background-color css
<style>
a { background-color: #E61EE4; }
a { background-color: rgb(230,30,228); }
div.DivClassName
{
background-color: #E61EE4;
}
.BgClassName
{
background-color: #E61EE4;
}
</style>
border-color css
<style>
span { border-color: #E61EE4; }
span { border-color: rgb(230,30,228); }
td.TdClassName
{
border-color: #E61EE4;
}
.TagClassName
{
border-color: #E61EE4;
}
</style>