Shades of Psychedelic Purple #E10FFE
Tints of Psychedelic Purple #E10FFE
RGB
CMYK
RGB Variations
Color information
#E10FFE (or 0xE10FFE) is known color: Psychedelic Purple. HEX triplet: E1, 0F and FE. RGB value is (225,15,254). Sum of RGB (Red+Green+Blue) = 225+15+254=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #E10FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FFE is #1EF001. Grayscale: #686868. Windows color (decimal): -2027522 or 16650209. OLE color: 16650209.
HSL color Cylindrical-coordinate representation of color #E10FFE: hue angle of 292.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10FFE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 15 | 254 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.00 |
| HSL | 292.72º | 0.99% | 0.53% | - |
| HSV(B) | 292.72º | 0.94% | 1% | - |
| XYZ | 49.11 | 23.5 | 95.71 | - |
| YUV | 105.04 | 212.07 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 254 | 0.11 | 0.94 | 0 | 0.00 | 292.72 | 0.99 | 0.53 |
| Hex | E1 | F | FE | B | 5E | 0 | 0 | 125 | 63 | 35 |
| Octal | 341 | 17 | 376 | 13 | 136 | 0 | 0 | 445 | 143 | 65 |
| Binary | 11100001 | 1111 | 11111110 | 1011 | 1011110 | 0 | 0 | 100100101 | 1100011 | 110101 |
Color Harmonies of #E10FFE
Complementary color
Monochromatic Colors of #E10FFE
Black with #E10FFE
Text Example
Text Example
White with #E10FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FFE; }
p { color: rgb(225,15,254); }
H1.HeaderClassName
{
color: #E10FFE;
}
.AnyTagClassName
{
color: #E10FFE;
}
</style>
background-color css
<style>
a { background-color: #E10FFE; }
a { background-color: rgb(225,15,254); }
div.DivClassName
{
background-color: #E10FFE;
}
.BgClassName
{
background-color: #E10FFE;
}
</style>
border-color css
<style>
span { border-color: #E10FFE; }
span { border-color: rgb(225,15,254); }
td.TdClassName
{
border-color: #E10FFE;
}
.TagClassName
{
border-color: #E10FFE;
}
</style>