Shades of Psychedelic Purple #E12CFC
Tints of Psychedelic Purple #E12CFC
RGB
CMYK
RGB Variations
Color information
#E12CFC (or 0xE12CFC) is known color: Psychedelic Purple. HEX triplet: E1, 2C and FC. RGB value is (225,44,252). Sum of RGB (Red+Green+Blue) = 225+44+252=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 44 (17.58% from 255 or 8.45% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #E12CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CFC is #1ED303. Grayscale: #797979. Windows color (decimal): -2020100 or 16526561. OLE color: 16526561.
HSL color Cylindrical-coordinate representation of color #E12CFC: hue angle of 292.21º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12CFC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 44 | 252 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.01 |
| HSL | 292.21º | 0.97% | 0.58% | - |
| HSV(B) | 292.21º | 0.83% | 0.99% | - |
| XYZ | 49.52 | 24.84 | 94.28 | - |
| YUV | 121.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 252 | 0.11 | 0.83 | 0 | 0.01 | 292.21 | 0.97 | 0.58 |
| Hex | E1 | 2C | FC | B | 53 | 0 | 1 | 124 | 61 | 3A |
| Octal | 341 | 54 | 374 | 13 | 123 | 0 | 1 | 444 | 141 | 72 |
| Binary | 11100001 | 101100 | 11111100 | 1011 | 1010011 | 0 | 1 | 100100100 | 1100001 | 111010 |
Color Harmonies of #E12CFC
Complementary color
Monochromatic Colors of #E12CFC
Black with #E12CFC
Text Example
Text Example
White with #E12CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CFC; }
p { color: rgb(225,44,252); }
H1.HeaderClassName
{
color: #E12CFC;
}
.AnyTagClassName
{
color: #E12CFC;
}
</style>
background-color css
<style>
a { background-color: #E12CFC; }
a { background-color: rgb(225,44,252); }
div.DivClassName
{
background-color: #E12CFC;
}
.BgClassName
{
background-color: #E12CFC;
}
</style>
border-color css
<style>
span { border-color: #E12CFC; }
span { border-color: rgb(225,44,252); }
td.TdClassName
{
border-color: #E12CFC;
}
.TagClassName
{
border-color: #E12CFC;
}
</style>