Shades of Psychedelic Purple #E10EEA
Tints of Psychedelic Purple #E10EEA
RGB
CMYK
RGB Variations
Color information
#E10EEA (or 0xE10EEA) is known color: Psychedelic Purple. HEX triplet: E1, 0E and EA. RGB value is (225,14,234). Sum of RGB (Red+Green+Blue) = 225+14+234=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #E10EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EEA is #1EF115. Grayscale: #656565. Windows color (decimal): -2027798 or 15339233. OLE color: 15339233.
HSL color Cylindrical-coordinate representation of color #E10EEA: hue angle of 297.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EEA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 14 | 234 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.08 |
| HSL | 297.55º | 0.89% | 0.49% | - |
| HSV(B) | 297.55º | 0.94% | 0.92% | - |
| XYZ | 46.06 | 22.26 | 79.71 | - |
| YUV | 102.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 234 | 0.04 | 0.94 | 0 | 0.08 | 297.55 | 0.89 | 0.49 |
| Hex | E1 | E | EA | 4 | 5E | 0 | 8 | 12A | 59 | 31 |
| Octal | 341 | 16 | 352 | 4 | 136 | 0 | 10 | 452 | 131 | 61 |
| Binary | 11100001 | 1110 | 11101010 | 100 | 1011110 | 0 | 1000 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E10EEA
Complementary color
Monochromatic Colors of #E10EEA
Black with #E10EEA
Text Example
Text Example
White with #E10EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EEA; }
p { color: rgb(225,14,234); }
H1.HeaderClassName
{
color: #E10EEA;
}
.AnyTagClassName
{
color: #E10EEA;
}
</style>
background-color css
<style>
a { background-color: #E10EEA; }
a { background-color: rgb(225,14,234); }
div.DivClassName
{
background-color: #E10EEA;
}
.BgClassName
{
background-color: #E10EEA;
}
</style>
border-color css
<style>
span { border-color: #E10EEA; }
span { border-color: rgb(225,14,234); }
td.TdClassName
{
border-color: #E10EEA;
}
.TagClassName
{
border-color: #E10EEA;
}
</style>