Shades of Psychedelic Purple #E12AF6
Tints of Psychedelic Purple #E12AF6
RGB
CMYK
RGB Variations
Color information
#E12AF6 (or 0xE12AF6) is known color: Psychedelic Purple. HEX triplet: E1, 2A and F6. RGB value is (225,42,246). Sum of RGB (Red+Green+Blue) = 225+42+246=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #E12AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12AF6 is #1ED509. Grayscale: #777777. Windows color (decimal): -2020618 or 16132833. OLE color: 16132833.
HSL color Cylindrical-coordinate representation of color #E12AF6: hue angle of 293.82º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12AF6 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 42 | 246 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.04 |
| HSL | 293.82º | 0.92% | 0.56% | - |
| HSV(B) | 293.82º | 0.83% | 0.96% | - |
| XYZ | 48.51 | 24.32 | 89.33 | - |
| YUV | 119.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 246 | 0.09 | 0.83 | 0 | 0.04 | 293.82 | 0.92 | 0.56 |
| Hex | E1 | 2A | F6 | 9 | 53 | 0 | 4 | 126 | 5C | 38 |
| Octal | 341 | 52 | 366 | 11 | 123 | 0 | 4 | 446 | 134 | 70 |
| Binary | 11100001 | 101010 | 11110110 | 1001 | 1010011 | 0 | 100 | 100100110 | 1011100 | 111000 |
Color Harmonies of #E12AF6
Complementary color
Monochromatic Colors of #E12AF6
Black with #E12AF6
Text Example
Text Example
White with #E12AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12AF6; }
p { color: rgb(225,42,246); }
H1.HeaderClassName
{
color: #E12AF6;
}
.AnyTagClassName
{
color: #E12AF6;
}
</style>
background-color css
<style>
a { background-color: #E12AF6; }
a { background-color: rgb(225,42,246); }
div.DivClassName
{
background-color: #E12AF6;
}
.BgClassName
{
background-color: #E12AF6;
}
</style>
border-color css
<style>
span { border-color: #E12AF6; }
span { border-color: rgb(225,42,246); }
td.TdClassName
{
border-color: #E12AF6;
}
.TagClassName
{
border-color: #E12AF6;
}
</style>