Shades of Psychedelic Purple #E12DF1
Tints of Psychedelic Purple #E12DF1
RGB
CMYK
RGB Variations
Color information
#E12DF1 (or 0xE12DF1) is known color: Psychedelic Purple. HEX triplet: E1, 2D and F1. RGB value is (225,45,241). Sum of RGB (Red+Green+Blue) = 225+45+241=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #E12DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DF1 is #1ED20E. Grayscale: #787878. Windows color (decimal): -2019855 or 15805921. OLE color: 15805921.
HSL color Cylindrical-coordinate representation of color #E12DF1: hue angle of 295.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12DF1 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 45 | 241 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.05 |
| HSL | 295.1º | 0.88% | 0.56% | - |
| HSV(B) | 295.1º | 0.81% | 0.95% | - |
| XYZ | 47.87 | 24.24 | 85.37 | - |
| YUV | 121.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 241 | 0.07 | 0.81 | 0 | 0.05 | 295.1 | 0.88 | 0.56 |
| Hex | E1 | 2D | F1 | 7 | 51 | 0 | 5 | 127 | 58 | 38 |
| Octal | 341 | 55 | 361 | 7 | 121 | 0 | 5 | 447 | 130 | 70 |
| Binary | 11100001 | 101101 | 11110001 | 111 | 1010001 | 0 | 101 | 100100111 | 1011000 | 111000 |
Color Harmonies of #E12DF1
Complementary color
Monochromatic Colors of #E12DF1
Black with #E12DF1
Text Example
Text Example
White with #E12DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12DF1; }
p { color: rgb(225,45,241); }
H1.HeaderClassName
{
color: #E12DF1;
}
.AnyTagClassName
{
color: #E12DF1;
}
</style>
background-color css
<style>
a { background-color: #E12DF1; }
a { background-color: rgb(225,45,241); }
div.DivClassName
{
background-color: #E12DF1;
}
.BgClassName
{
background-color: #E12DF1;
}
</style>
border-color css
<style>
span { border-color: #E12DF1; }
span { border-color: rgb(225,45,241); }
td.TdClassName
{
border-color: #E12DF1;
}
.TagClassName
{
border-color: #E12DF1;
}
</style>