Shades of Psychedelic Purple #E50CEF
Tints of Psychedelic Purple #E50CEF
RGB
CMYK
RGB Variations
Color information
#E50CEF (or 0xE50CEF) is known color: Psychedelic Purple. HEX triplet: E5, 0C and EF. RGB value is (229,12,239). Sum of RGB (Red+Green+Blue) = 229+12+239=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #E50CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CEF is #1AF310. Grayscale: #666666. Windows color (decimal): -1766161 or 15666405. OLE color: 15666405.
HSL color Cylindrical-coordinate representation of color #E50CEF: hue angle of 297.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CEF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 12 | 239 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.06 |
| HSL | 297.36º | 0.9% | 0.49% | - |
| HSV(B) | 297.36º | 0.95% | 0.94% | - |
| XYZ | 48.02 | 23.15 | 83.6 | - |
| YUV | 102.76 | 204.89 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 239 | 0.04 | 0.95 | 0 | 0.06 | 297.36 | 0.9 | 0.49 |
| Hex | E5 | C | EF | 4 | 5F | 0 | 6 | 129 | 5A | 31 |
| Octal | 345 | 14 | 357 | 4 | 137 | 0 | 6 | 451 | 132 | 61 |
| Binary | 11100101 | 1100 | 11101111 | 100 | 1011111 | 0 | 110 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E50CEF
Complementary color
Monochromatic Colors of #E50CEF
Black with #E50CEF
Text Example
Text Example
White with #E50CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CEF; }
p { color: rgb(229,12,239); }
H1.HeaderClassName
{
color: #E50CEF;
}
.AnyTagClassName
{
color: #E50CEF;
}
</style>
background-color css
<style>
a { background-color: #E50CEF; }
a { background-color: rgb(229,12,239); }
div.DivClassName
{
background-color: #E50CEF;
}
.BgClassName
{
background-color: #E50CEF;
}
</style>
border-color css
<style>
span { border-color: #E50CEF; }
span { border-color: rgb(229,12,239); }
td.TdClassName
{
border-color: #E50CEF;
}
.TagClassName
{
border-color: #E50CEF;
}
</style>