Shades of Psychedelic Purple #E12EF8
Tints of Psychedelic Purple #E12EF8
RGB
CMYK
RGB Variations
Color information
#E12EF8 (or 0xE12EF8) is known color: Psychedelic Purple. HEX triplet: E1, 2E and F8. RGB value is (225,46,248). Sum of RGB (Red+Green+Blue) = 225+46+248=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #E12EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EF8 is #1ED107. Grayscale: #797979. Windows color (decimal): -2019592 or 16264929. OLE color: 16264929.
HSL color Cylindrical-coordinate representation of color #E12EF8: hue angle of 293.17º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12EF8 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 46 | 248 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.03 |
| HSL | 293.17º | 0.94% | 0.58% | - |
| HSV(B) | 293.17º | 0.81% | 0.97% | - |
| XYZ | 48.97 | 24.74 | 91 | - |
| YUV | 122.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 248 | 0.09 | 0.81 | 0 | 0.03 | 293.17 | 0.94 | 0.58 |
| Hex | E1 | 2E | F8 | 9 | 51 | 0 | 3 | 125 | 5E | 3A |
| Octal | 341 | 56 | 370 | 11 | 121 | 0 | 3 | 445 | 136 | 72 |
| Binary | 11100001 | 101110 | 11111000 | 1001 | 1010001 | 0 | 11 | 100100101 | 1011110 | 111010 |
Color Harmonies of #E12EF8
Complementary color
Monochromatic Colors of #E12EF8
Black with #E12EF8
Text Example
Text Example
White with #E12EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12EF8; }
p { color: rgb(225,46,248); }
H1.HeaderClassName
{
color: #E12EF8;
}
.AnyTagClassName
{
color: #E12EF8;
}
</style>
background-color css
<style>
a { background-color: #E12EF8; }
a { background-color: rgb(225,46,248); }
div.DivClassName
{
background-color: #E12EF8;
}
.BgClassName
{
background-color: #E12EF8;
}
</style>
border-color css
<style>
span { border-color: #E12EF8; }
span { border-color: rgb(225,46,248); }
td.TdClassName
{
border-color: #E12EF8;
}
.TagClassName
{
border-color: #E12EF8;
}
</style>