Shades of Psychedelic Purple #E12CF4
Tints of Psychedelic Purple #E12CF4
RGB
CMYK
RGB Variations
Color information
#E12CF4 (or 0xE12CF4) is known color: Psychedelic Purple. HEX triplet: E1, 2C and F4. RGB value is (225,44,244). Sum of RGB (Red+Green+Blue) = 225+44+244=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 44 (17.58% from 255 or 8.58% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #E12CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CF4 is #1ED30B. Grayscale: #787878. Windows color (decimal): -2020108 or 16002273. OLE color: 16002273.
HSL color Cylindrical-coordinate representation of color #E12CF4: hue angle of 294.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12CF4 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 44 | 244 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.04 |
| HSL | 294.3º | 0.9% | 0.56% | - |
| HSV(B) | 294.3º | 0.82% | 0.96% | - |
| XYZ | 48.28 | 24.34 | 87.74 | - |
| YUV | 120.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 244 | 0.08 | 0.82 | 0 | 0.04 | 294.3 | 0.9 | 0.56 |
| Hex | E1 | 2C | F4 | 8 | 52 | 0 | 4 | 126 | 5A | 38 |
| Octal | 341 | 54 | 364 | 10 | 122 | 0 | 4 | 446 | 132 | 70 |
| Binary | 11100001 | 101100 | 11110100 | 1000 | 1010010 | 0 | 100 | 100100110 | 1011010 | 111000 |
Color Harmonies of #E12CF4
Complementary color
Monochromatic Colors of #E12CF4
Black with #E12CF4
Text Example
Text Example
White with #E12CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CF4; }
p { color: rgb(225,44,244); }
H1.HeaderClassName
{
color: #E12CF4;
}
.AnyTagClassName
{
color: #E12CF4;
}
</style>
background-color css
<style>
a { background-color: #E12CF4; }
a { background-color: rgb(225,44,244); }
div.DivClassName
{
background-color: #E12CF4;
}
.BgClassName
{
background-color: #E12CF4;
}
</style>
border-color css
<style>
span { border-color: #E12CF4; }
span { border-color: rgb(225,44,244); }
td.TdClassName
{
border-color: #E12CF4;
}
.TagClassName
{
border-color: #E12CF4;
}
</style>