Shades of Psychedelic Purple #E114EA
Tints of Psychedelic Purple #E114EA
RGB
CMYK
RGB Variations
Color information
#E114EA (or 0xE114EA) is known color: Psychedelic Purple. HEX triplet: E1, 14 and EA. RGB value is (225,20,234). Sum of RGB (Red+Green+Blue) = 225+20+234=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #E114EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E114EA is #1EEB15. Grayscale: #696969. Windows color (decimal): -2026262 or 15340769. OLE color: 15340769.
HSL color Cylindrical-coordinate representation of color #E114EA: hue angle of 297.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114EA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 20 | 234 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.08 |
| HSL | 297.48º | 0.84% | 0.5% | - |
| HSV(B) | 297.48º | 0.91% | 0.92% | - |
| XYZ | 46.15 | 22.45 | 79.74 | - |
| YUV | 105.69 | 200.42 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 234 | 0.04 | 0.91 | 0 | 0.08 | 297.48 | 0.84 | 0.5 |
| Hex | E1 | 14 | EA | 4 | 5B | 0 | 8 | 129 | 54 | 32 |
| Octal | 341 | 24 | 352 | 4 | 133 | 0 | 10 | 451 | 124 | 62 |
| Binary | 11100001 | 10100 | 11101010 | 100 | 1011011 | 0 | 1000 | 100101001 | 1010100 | 110010 |
Color Harmonies of #E114EA
Complementary color
Monochromatic Colors of #E114EA
Black with #E114EA
Text Example
Text Example
White with #E114EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114EA; }
p { color: rgb(225,20,234); }
H1.HeaderClassName
{
color: #E114EA;
}
.AnyTagClassName
{
color: #E114EA;
}
</style>
background-color css
<style>
a { background-color: #E114EA; }
a { background-color: rgb(225,20,234); }
div.DivClassName
{
background-color: #E114EA;
}
.BgClassName
{
background-color: #E114EA;
}
</style>
border-color css
<style>
span { border-color: #E114EA; }
span { border-color: rgb(225,20,234); }
td.TdClassName
{
border-color: #E114EA;
}
.TagClassName
{
border-color: #E114EA;
}
</style>