Shades of Psychedelic Purple #E61EE8
Tints of Psychedelic Purple #E61EE8
RGB
CMYK
RGB Variations
Color information
#E61EE8 (or 0xE61EE8) is known color: Psychedelic Purple. HEX triplet: E6, 1E and E8. RGB value is (230,30,232). Sum of RGB (Red+Green+Blue) = 230+30+232=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #E61EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EE8 is #19E117. Grayscale: #707070. Windows color (decimal): -1696024 or 15212262. OLE color: 15212262.
HSL color Cylindrical-coordinate representation of color #E61EE8: hue angle of 299.41º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61EE8 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 30 | 232 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.09 |
| HSL | 299.41º | 0.81% | 0.51% | - |
| HSV(B) | 299.41º | 0.87% | 0.91% | - |
| XYZ | 47.66 | 23.58 | 78.38 | - |
| YUV | 112.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 232 | 0.01 | 0.87 | 0 | 0.09 | 299.41 | 0.81 | 0.51 |
| Hex | E6 | 1E | E8 | 1 | 57 | 0 | 9 | 12B | 51 | 33 |
| Octal | 346 | 36 | 350 | 1 | 127 | 0 | 11 | 453 | 121 | 63 |
| Binary | 11100110 | 11110 | 11101000 | 1 | 1010111 | 0 | 1001 | 100101011 | 1010001 | 110011 |
Color Harmonies of #E61EE8
Complementary color
Monochromatic Colors of #E61EE8
Black with #E61EE8
Text Example
Text Example
White with #E61EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EE8; }
p { color: rgb(230,30,232); }
H1.HeaderClassName
{
color: #E61EE8;
}
.AnyTagClassName
{
color: #E61EE8;
}
</style>
background-color css
<style>
a { background-color: #E61EE8; }
a { background-color: rgb(230,30,232); }
div.DivClassName
{
background-color: #E61EE8;
}
.BgClassName
{
background-color: #E61EE8;
}
</style>
border-color css
<style>
span { border-color: #E61EE8; }
span { border-color: rgb(230,30,232); }
td.TdClassName
{
border-color: #E61EE8;
}
.TagClassName
{
border-color: #E61EE8;
}
</style>