Shades of Psychedelic Purple #E113FE
Tints of Psychedelic Purple #E113FE
RGB
CMYK
RGB Variations
Color information
#E113FE (or 0xE113FE) is known color: Psychedelic Purple. HEX triplet: E1, 13 and FE. RGB value is (225,19,254). Sum of RGB (Red+Green+Blue) = 225+19+254=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #E113FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113FE is #1EEC01. Grayscale: #6A6A6A. Windows color (decimal): -2026498 or 16651233. OLE color: 16651233.
HSL color Cylindrical-coordinate representation of color #E113FE: hue angle of 292.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E113FE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 19 | 254 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.00 |
| HSL | 292.6º | 0.99% | 0.54% | - |
| HSV(B) | 292.6º | 0.93% | 1% | - |
| XYZ | 49.17 | 23.63 | 95.74 | - |
| YUV | 107.38 | 210.75 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 254 | 0.11 | 0.93 | 0 | 0.00 | 292.6 | 0.99 | 0.54 |
| Hex | E1 | 13 | FE | B | 5D | 0 | 0 | 125 | 63 | 36 |
| Octal | 341 | 23 | 376 | 13 | 135 | 0 | 0 | 445 | 143 | 66 |
| Binary | 11100001 | 10011 | 11111110 | 1011 | 1011101 | 0 | 0 | 100100101 | 1100011 | 110110 |
Color Harmonies of #E113FE
Complementary color
Monochromatic Colors of #E113FE
Black with #E113FE
Text Example
Text Example
White with #E113FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113FE; }
p { color: rgb(225,19,254); }
H1.HeaderClassName
{
color: #E113FE;
}
.AnyTagClassName
{
color: #E113FE;
}
</style>
background-color css
<style>
a { background-color: #E113FE; }
a { background-color: rgb(225,19,254); }
div.DivClassName
{
background-color: #E113FE;
}
.BgClassName
{
background-color: #E113FE;
}
</style>
border-color css
<style>
span { border-color: #E113FE; }
span { border-color: rgb(225,19,254); }
td.TdClassName
{
border-color: #E113FE;
}
.TagClassName
{
border-color: #E113FE;
}
</style>