Shades of Psychedelic Purple #E50CEA
Tints of Psychedelic Purple #E50CEA
RGB
CMYK
RGB Variations
Color information
#E50CEA (or 0xE50CEA) is known color: Psychedelic Purple. HEX triplet: E5, 0C and EA. RGB value is (229,12,234). Sum of RGB (Red+Green+Blue) = 229+12+234=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #E50CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CEA is #1AF315. Grayscale: #656565. Windows color (decimal): -1766166 or 15338725. OLE color: 15338725.
HSL color Cylindrical-coordinate representation of color #E50CEA: hue angle of 298.65º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CEA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 12 | 234 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.08 |
| HSL | 298.65º | 0.9% | 0.48% | - |
| HSV(B) | 298.65º | 0.95% | 0.92% | - |
| XYZ | 47.3 | 22.86 | 79.76 | - |
| YUV | 102.19 | 202.39 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 234 | 0.02 | 0.95 | 0 | 0.08 | 298.65 | 0.9 | 0.48 |
| Hex | E5 | C | EA | 2 | 5F | 0 | 8 | 12B | 5A | 30 |
| Octal | 345 | 14 | 352 | 2 | 137 | 0 | 10 | 453 | 132 | 60 |
| Binary | 11100101 | 1100 | 11101010 | 10 | 1011111 | 0 | 1000 | 100101011 | 1011010 | 110000 |
Color Harmonies of #E50CEA
Complementary color
Monochromatic Colors of #E50CEA
Black with #E50CEA
Text Example
Text Example
White with #E50CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CEA; }
p { color: rgb(229,12,234); }
H1.HeaderClassName
{
color: #E50CEA;
}
.AnyTagClassName
{
color: #E50CEA;
}
</style>
background-color css
<style>
a { background-color: #E50CEA; }
a { background-color: rgb(229,12,234); }
div.DivClassName
{
background-color: #E50CEA;
}
.BgClassName
{
background-color: #E50CEA;
}
</style>
border-color css
<style>
span { border-color: #E50CEA; }
span { border-color: rgb(229,12,234); }
td.TdClassName
{
border-color: #E50CEA;
}
.TagClassName
{
border-color: #E50CEA;
}
</style>