Shades of Psychedelic Purple #E12CF3
Tints of Psychedelic Purple #E12CF3
RGB
CMYK
RGB Variations
Color information
#E12CF3 (or 0xE12CF3) is known color: Psychedelic Purple. HEX triplet: E1, 2C and F3. RGB value is (225,44,243). Sum of RGB (Red+Green+Blue) = 225+44+243=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #E12CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CF3 is #1ED30C. Grayscale: #787878. Windows color (decimal): -2020109 or 15936737. OLE color: 15936737.
HSL color Cylindrical-coordinate representation of color #E12CF3: hue angle of 294.57º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12CF3 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 44 | 243 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.05 |
| HSL | 294.57º | 0.89% | 0.56% | - |
| HSV(B) | 294.57º | 0.82% | 0.95% | - |
| XYZ | 48.13 | 24.28 | 86.94 | - |
| YUV | 120.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 243 | 0.07 | 0.82 | 0 | 0.05 | 294.57 | 0.89 | 0.56 |
| Hex | E1 | 2C | F3 | 7 | 52 | 0 | 5 | 127 | 59 | 38 |
| Octal | 341 | 54 | 363 | 7 | 122 | 0 | 5 | 447 | 131 | 70 |
| Binary | 11100001 | 101100 | 11110011 | 111 | 1010010 | 0 | 101 | 100100111 | 1011001 | 111000 |
Color Harmonies of #E12CF3
Complementary color
Monochromatic Colors of #E12CF3
Black with #E12CF3
Text Example
Text Example
White with #E12CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CF3; }
p { color: rgb(225,44,243); }
H1.HeaderClassName
{
color: #E12CF3;
}
.AnyTagClassName
{
color: #E12CF3;
}
</style>
background-color css
<style>
a { background-color: #E12CF3; }
a { background-color: rgb(225,44,243); }
div.DivClassName
{
background-color: #E12CF3;
}
.BgClassName
{
background-color: #E12CF3;
}
</style>
border-color css
<style>
span { border-color: #E12CF3; }
span { border-color: rgb(225,44,243); }
td.TdClassName
{
border-color: #E12CF3;
}
.TagClassName
{
border-color: #E12CF3;
}
</style>