Shades of Psychedelic Purple #E12FFE
Tints of Psychedelic Purple #E12FFE
RGB
CMYK
RGB Variations
Color information
#E12FFE (or 0xE12FFE) is known color: Psychedelic Purple. HEX triplet: E1, 2F and FE. RGB value is (225,47,254). Sum of RGB (Red+Green+Blue) = 225+47+254=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 47 (18.75% from 255 or 8.94% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #E12FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FFE is #1ED001. Grayscale: #7B7B7B. Windows color (decimal): -2019330 or 16658401. OLE color: 16658401.
HSL color Cylindrical-coordinate representation of color #E12FFE: hue angle of 291.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12FFE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 47 | 254 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.00 |
| HSL | 291.59º | 0.99% | 0.59% | - |
| HSV(B) | 291.59º | 0.81% | 1% | - |
| XYZ | 49.96 | 25.2 | 96 | - |
| YUV | 123.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 254 | 0.11 | 0.81 | 0 | 0.00 | 291.59 | 0.99 | 0.59 |
| Hex | E1 | 2F | FE | B | 51 | 0 | 0 | 124 | 63 | 3B |
| Octal | 341 | 57 | 376 | 13 | 121 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100001 | 101111 | 11111110 | 1011 | 1010001 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E12FFE
Complementary color
Monochromatic Colors of #E12FFE
Black with #E12FFE
Text Example
Text Example
White with #E12FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12FFE; }
p { color: rgb(225,47,254); }
H1.HeaderClassName
{
color: #E12FFE;
}
.AnyTagClassName
{
color: #E12FFE;
}
</style>
background-color css
<style>
a { background-color: #E12FFE; }
a { background-color: rgb(225,47,254); }
div.DivClassName
{
background-color: #E12FFE;
}
.BgClassName
{
background-color: #E12FFE;
}
</style>
border-color css
<style>
span { border-color: #E12FFE; }
span { border-color: rgb(225,47,254); }
td.TdClassName
{
border-color: #E12FFE;
}
.TagClassName
{
border-color: #E12FFE;
}
</style>