Shades of Psychedelic Purple #E60EE9
Tints of Psychedelic Purple #E60EE9
RGB
CMYK
RGB Variations
Color information
#E60EE9 (or 0xE60EE9) is known color: Psychedelic Purple. HEX triplet: E6, 0E and E9. RGB value is (230,14,233). Sum of RGB (Red+Green+Blue) = 230+14+233=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #E60EE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EE9 is #19F116. Grayscale: #666666. Windows color (decimal): -1700119 or 15273702. OLE color: 15273702.
HSL color Cylindrical-coordinate representation of color #E60EE9: hue angle of 299.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EE9 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 14 | 233 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.09 |
| HSL | 299.18º | 0.89% | 0.48% | - |
| HSV(B) | 299.18º | 0.94% | 0.91% | - |
| XYZ | 47.5 | 23.02 | 79.03 | - |
| YUV | 103.55 | 201.06 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 233 | 0.01 | 0.94 | 0 | 0.09 | 299.18 | 0.89 | 0.48 |
| Hex | E6 | E | E9 | 1 | 5E | 0 | 9 | 12B | 59 | 30 |
| Octal | 346 | 16 | 351 | 1 | 136 | 0 | 11 | 453 | 131 | 60 |
| Binary | 11100110 | 1110 | 11101001 | 1 | 1011110 | 0 | 1001 | 100101011 | 1011001 | 110000 |
Color Harmonies of #E60EE9
Complementary color
Monochromatic Colors of #E60EE9
Black with #E60EE9
Text Example
Text Example
White with #E60EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EE9; }
p { color: rgb(230,14,233); }
H1.HeaderClassName
{
color: #E60EE9;
}
.AnyTagClassName
{
color: #E60EE9;
}
</style>
background-color css
<style>
a { background-color: #E60EE9; }
a { background-color: rgb(230,14,233); }
div.DivClassName
{
background-color: #E60EE9;
}
.BgClassName
{
background-color: #E60EE9;
}
</style>
border-color css
<style>
span { border-color: #E60EE9; }
span { border-color: rgb(230,14,233); }
td.TdClassName
{
border-color: #E60EE9;
}
.TagClassName
{
border-color: #E60EE9;
}
</style>