Shades of Psychedelic Purple #E12EFC
Tints of Psychedelic Purple #E12EFC
RGB
CMYK
RGB Variations
Color information
#E12EFC (or 0xE12EFC) is known color: Psychedelic Purple. HEX triplet: E1, 2E and FC. RGB value is (225,46,252). Sum of RGB (Red+Green+Blue) = 225+46+252=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #E12EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EFC is #1ED103. Grayscale: #7A7A7A. Windows color (decimal): -2019588 or 16527073. OLE color: 16527073.
HSL color Cylindrical-coordinate representation of color #E12EFC: hue angle of 292.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12EFC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 46 | 252 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.01 |
| HSL | 292.14º | 0.97% | 0.58% | - |
| HSV(B) | 292.14º | 0.82% | 0.99% | - |
| XYZ | 49.6 | 24.99 | 94.3 | - |
| YUV | 123.01 | 200.8 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 252 | 0.11 | 0.82 | 0 | 0.01 | 292.14 | 0.97 | 0.58 |
| Hex | E1 | 2E | FC | B | 52 | 0 | 1 | 124 | 61 | 3A |
| Octal | 341 | 56 | 374 | 13 | 122 | 0 | 1 | 444 | 141 | 72 |
| Binary | 11100001 | 101110 | 11111100 | 1011 | 1010010 | 0 | 1 | 100100100 | 1100001 | 111010 |
Color Harmonies of #E12EFC
Complementary color
Monochromatic Colors of #E12EFC
Black with #E12EFC
Text Example
Text Example
White with #E12EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12EFC; }
p { color: rgb(225,46,252); }
H1.HeaderClassName
{
color: #E12EFC;
}
.AnyTagClassName
{
color: #E12EFC;
}
</style>
background-color css
<style>
a { background-color: #E12EFC; }
a { background-color: rgb(225,46,252); }
div.DivClassName
{
background-color: #E12EFC;
}
.BgClassName
{
background-color: #E12EFC;
}
</style>
border-color css
<style>
span { border-color: #E12EFC; }
span { border-color: rgb(225,46,252); }
td.TdClassName
{
border-color: #E12EFC;
}
.TagClassName
{
border-color: #E12EFC;
}
</style>