Shades of Psychedelic Purple #E114FF
Tints of Psychedelic Purple #E114FF
RGB
CMYK
RGB Variations
Color information
#E114FF (or 0xE114FF) is known color: Psychedelic Purple. HEX triplet: E1, 14 and FF. RGB value is (225,20,255). Sum of RGB (Red+Green+Blue) = 225+20+255=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E114FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E114FF is #1EEB00. Grayscale: #6B6B6B. Windows color (decimal): -2026241 or 16717025. OLE color: 16717025.
HSL color Cylindrical-coordinate representation of color #E114FF: hue angle of 292.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E114FF is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 20 | 255 | - |
| CMYK | 0.12 | 0.92 | 0 | 0 |
| HSL | 292.34º | 1% | 0.54% | - |
| HSV(B) | 292.34º | 0.92% | 1% | - |
| XYZ | 49.35 | 23.73 | 96.59 | - |
| YUV | 108.09 | 210.92 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 255 | 0.12 | 0.92 | 0 | 0 | 292.34 | 1 | 0.54 |
| Hex | E1 | 14 | FF | C | 5C | 0 | 0 | 124 | 64 | 36 |
| Octal | 341 | 24 | 377 | 14 | 134 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11100001 | 10100 | 11111111 | 1100 | 1011100 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #E114FF
Complementary color
Monochromatic Colors of #E114FF
Black with #E114FF
Text Example
Text Example
White with #E114FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114FF; }
p { color: rgb(225,20,255); }
H1.HeaderClassName
{
color: #E114FF;
}
.AnyTagClassName
{
color: #E114FF;
}
</style>
background-color css
<style>
a { background-color: #E114FF; }
a { background-color: rgb(225,20,255); }
div.DivClassName
{
background-color: #E114FF;
}
.BgClassName
{
background-color: #E114FF;
}
</style>
border-color css
<style>
span { border-color: #E114FF; }
span { border-color: rgb(225,20,255); }
td.TdClassName
{
border-color: #E114FF;
}
.TagClassName
{
border-color: #E114FF;
}
</style>