Shades of Psychedelic Purple #E50CEC
Tints of Psychedelic Purple #E50CEC
RGB
CMYK
RGB Variations
Color information
#E50CEC (or 0xE50CEC) is known color: Psychedelic Purple. HEX triplet: E5, 0C and EC. RGB value is (229,12,236). Sum of RGB (Red+Green+Blue) = 229+12+236=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #E50CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CEC is #1AF313. Grayscale: #656565. Windows color (decimal): -1766164 or 15469797. OLE color: 15469797.
HSL color Cylindrical-coordinate representation of color #E50CEC: hue angle of 298.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CEC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 12 | 236 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 298.13º | 0.9% | 0.49% | - |
| HSV(B) | 298.13º | 0.95% | 0.93% | - |
| XYZ | 47.58 | 22.98 | 81.28 | - |
| YUV | 102.42 | 203.39 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 236 | 0.03 | 0.95 | 0 | 0.07 | 298.13 | 0.9 | 0.49 |
| Hex | E5 | C | EC | 3 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 345 | 14 | 354 | 3 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100101 | 1100 | 11101100 | 11 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E50CEC
Complementary color
Monochromatic Colors of #E50CEC
Black with #E50CEC
Text Example
Text Example
White with #E50CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CEC; }
p { color: rgb(229,12,236); }
H1.HeaderClassName
{
color: #E50CEC;
}
.AnyTagClassName
{
color: #E50CEC;
}
</style>
background-color css
<style>
a { background-color: #E50CEC; }
a { background-color: rgb(229,12,236); }
div.DivClassName
{
background-color: #E50CEC;
}
.BgClassName
{
background-color: #E50CEC;
}
</style>
border-color css
<style>
span { border-color: #E50CEC; }
span { border-color: rgb(229,12,236); }
td.TdClassName
{
border-color: #E50CEC;
}
.TagClassName
{
border-color: #E50CEC;
}
</style>