Shades of Psychedelic Purple #E61EE5
Tints of Psychedelic Purple #E61EE5
RGB
CMYK
RGB Variations
Color information
#E61EE5 (or 0xE61EE5) is known color: Psychedelic Purple. HEX triplet: E6, 1E and E5. RGB value is (230,30,229). Sum of RGB (Red+Green+Blue) = 230+30+229=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EE5 is #19E11A. Grayscale: #6F6F6F. Windows color (decimal): -1696027 or 15015654. OLE color: 15015654.
HSL color Cylindrical-coordinate representation of color #E61EE5: hue angle of 300.3º 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 #E61EE5 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 229 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.10 |
| HSL | 300.3º | 0.8% | 0.51% | - |
| HSV(B) | 300.3º | 0.87% | 0.9% | - |
| XYZ | 47.24 | 23.41 | 76.16 | - |
| YUV | 112.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 229 | 0 | 0.87 | 0.00 | 0.10 | 300.3 | 0.8 | 0.51 |
| Hex | E6 | 1E | E5 | 0 | 57 | 0 | A | 12C | 50 | 33 |
| Octal | 346 | 36 | 345 | 0 | 127 | 0 | 12 | 454 | 120 | 63 |
| Binary | 11100110 | 11110 | 11100101 | 0 | 1010111 | 0 | 1010 | 100101100 | 1010000 | 110011 |
Color Harmonies of #E61EE5
Complementary color
Monochromatic Colors of #E61EE5
Black with #E61EE5
Text Example
Text Example
White with #E61EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EE5; }
p { color: rgb(230,30,229); }
H1.HeaderClassName
{
color: #E61EE5;
}
.AnyTagClassName
{
color: #E61EE5;
}
</style>
background-color css
<style>
a { background-color: #E61EE5; }
a { background-color: rgb(230,30,229); }
div.DivClassName
{
background-color: #E61EE5;
}
.BgClassName
{
background-color: #E61EE5;
}
</style>
border-color css
<style>
span { border-color: #E61EE5; }
span { border-color: rgb(230,30,229); }
td.TdClassName
{
border-color: #E61EE5;
}
.TagClassName
{
border-color: #E61EE5;
}
</style>