Shades of Psychedelic Purple #E12FFA
Tints of Psychedelic Purple #E12FFA
RGB
CMYK
RGB Variations
Color information
#E12FFA (or 0xE12FFA) is known color: Psychedelic Purple. HEX triplet: E1, 2F and FA. RGB value is (225,47,250). Sum of RGB (Red+Green+Blue) = 225+47+250=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 47 (18.75% from 255 or 9.00% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #E12FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FFA is #1ED005. Grayscale: #7A7A7A. Windows color (decimal): -2019334 or 16396257. OLE color: 16396257.
HSL color Cylindrical-coordinate representation of color #E12FFA: hue angle of 292.61º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12FFA is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 47 | 250 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.02 |
| HSL | 292.61º | 0.95% | 0.58% | - |
| HSV(B) | 292.61º | 0.81% | 0.98% | - |
| XYZ | 49.32 | 24.94 | 92.66 | - |
| YUV | 123.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 250 | 0.10 | 0.81 | 0 | 0.02 | 292.61 | 0.95 | 0.58 |
| Hex | E1 | 2F | FA | A | 51 | 0 | 2 | 125 | 5F | 3A |
| Octal | 341 | 57 | 372 | 12 | 121 | 0 | 2 | 445 | 137 | 72 |
| Binary | 11100001 | 101111 | 11111010 | 1010 | 1010001 | 0 | 10 | 100100101 | 1011111 | 111010 |
Color Harmonies of #E12FFA
Complementary color
Monochromatic Colors of #E12FFA
Black with #E12FFA
Text Example
Text Example
White with #E12FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12FFA; }
p { color: rgb(225,47,250); }
H1.HeaderClassName
{
color: #E12FFA;
}
.AnyTagClassName
{
color: #E12FFA;
}
</style>
background-color css
<style>
a { background-color: #E12FFA; }
a { background-color: rgb(225,47,250); }
div.DivClassName
{
background-color: #E12FFA;
}
.BgClassName
{
background-color: #E12FFA;
}
</style>
border-color css
<style>
span { border-color: #E12FFA; }
span { border-color: rgb(225,47,250); }
td.TdClassName
{
border-color: #E12FFA;
}
.TagClassName
{
border-color: #E12FFA;
}
</style>