Shades of Psychedelic Purple #E12FEE
Tints of Psychedelic Purple #E12FEE
RGB
CMYK
RGB Variations
Color information
#E12FEE (or 0xE12FEE) is known color: Psychedelic Purple. HEX triplet: E1, 2F and EE. RGB value is (225,47,238). Sum of RGB (Red+Green+Blue) = 225+47+238=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 47 (18.75% from 255 or 9.22% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #E12FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FEE is #1ED011. Grayscale: #797979. Windows color (decimal): -2019346 or 15609825. OLE color: 15609825.
HSL color Cylindrical-coordinate representation of color #E12FEE: hue angle of 295.92º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12FEE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 47 | 238 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.07 |
| HSL | 295.92º | 0.85% | 0.56% | - |
| HSV(B) | 295.92º | 0.8% | 0.93% | - |
| XYZ | 47.5 | 24.21 | 83.06 | - |
| YUV | 122 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 238 | 0.05 | 0.80 | 0 | 0.07 | 295.92 | 0.85 | 0.56 |
| Hex | E1 | 2F | EE | 5 | 50 | 0 | 7 | 128 | 55 | 38 |
| Octal | 341 | 57 | 356 | 5 | 120 | 0 | 7 | 450 | 125 | 70 |
| Binary | 11100001 | 101111 | 11101110 | 101 | 1010000 | 0 | 111 | 100101000 | 1010101 | 111000 |
Color Harmonies of #E12FEE
Complementary color
Monochromatic Colors of #E12FEE
Black with #E12FEE
Text Example
Text Example
White with #E12FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12FEE; }
p { color: rgb(225,47,238); }
H1.HeaderClassName
{
color: #E12FEE;
}
.AnyTagClassName
{
color: #E12FEE;
}
</style>
background-color css
<style>
a { background-color: #E12FEE; }
a { background-color: rgb(225,47,238); }
div.DivClassName
{
background-color: #E12FEE;
}
.BgClassName
{
background-color: #E12FEE;
}
</style>
border-color css
<style>
span { border-color: #E12FEE; }
span { border-color: rgb(225,47,238); }
td.TdClassName
{
border-color: #E12FEE;
}
.TagClassName
{
border-color: #E12FEE;
}
</style>