Shades of Psychedelic Purple #E12CEF
Tints of Psychedelic Purple #E12CEF
RGB
CMYK
RGB Variations
Color information
#E12CEF (or 0xE12CEF) is known color: Psychedelic Purple. HEX triplet: E1, 2C and EF. RGB value is (225,44,239). Sum of RGB (Red+Green+Blue) = 225+44+239=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 44 (17.58% from 255 or 8.66% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #E12CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CEF is #1ED310. Grayscale: #777777. Windows color (decimal): -2020113 or 15674593. OLE color: 15674593.
HSL color Cylindrical-coordinate representation of color #E12CEF: hue angle of 295.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12CEF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 44 | 239 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.06 |
| HSL | 295.69º | 0.86% | 0.55% | - |
| HSV(B) | 295.69º | 0.82% | 0.94% | - |
| XYZ | 47.53 | 24.04 | 83.8 | - |
| YUV | 120.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 239 | 0.06 | 0.82 | 0 | 0.06 | 295.69 | 0.86 | 0.55 |
| Hex | E1 | 2C | EF | 6 | 52 | 0 | 6 | 128 | 56 | 37 |
| Octal | 341 | 54 | 357 | 6 | 122 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100001 | 101100 | 11101111 | 110 | 1010010 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E12CEF
Complementary color
Monochromatic Colors of #E12CEF
Black with #E12CEF
Text Example
Text Example
White with #E12CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CEF; }
p { color: rgb(225,44,239); }
H1.HeaderClassName
{
color: #E12CEF;
}
.AnyTagClassName
{
color: #E12CEF;
}
</style>
background-color css
<style>
a { background-color: #E12CEF; }
a { background-color: rgb(225,44,239); }
div.DivClassName
{
background-color: #E12CEF;
}
.BgClassName
{
background-color: #E12CEF;
}
</style>
border-color css
<style>
span { border-color: #E12CEF; }
span { border-color: rgb(225,44,239); }
td.TdClassName
{
border-color: #E12CEF;
}
.TagClassName
{
border-color: #E12CEF;
}
</style>