Shades of Psychedelic Purple #E50CF1
Tints of Psychedelic Purple #E50CF1
RGB
CMYK
RGB Variations
Color information
#E50CF1 (or 0xE50CF1) is known color: Psychedelic Purple. HEX triplet: E5, 0C and F1. RGB value is (229,12,241). Sum of RGB (Red+Green+Blue) = 229+12+241=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #E50CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CF1 is #1AF30E. Grayscale: #666666. Windows color (decimal): -1766159 or 15797477. OLE color: 15797477.
HSL color Cylindrical-coordinate representation of color #E50CF1: hue angle of 296.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CF1 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 12 | 241 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.05 |
| HSL | 296.86º | 0.91% | 0.5% | - |
| HSV(B) | 296.86º | 0.95% | 0.95% | - |
| XYZ | 48.32 | 23.27 | 85.16 | - |
| YUV | 102.99 | 205.89 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 241 | 0.05 | 0.95 | 0 | 0.05 | 296.86 | 0.91 | 0.5 |
| Hex | E5 | C | F1 | 5 | 5F | 0 | 5 | 129 | 5B | 32 |
| Octal | 345 | 14 | 361 | 5 | 137 | 0 | 5 | 451 | 133 | 62 |
| Binary | 11100101 | 1100 | 11110001 | 101 | 1011111 | 0 | 101 | 100101001 | 1011011 | 110010 |
Color Harmonies of #E50CF1
Complementary color
Monochromatic Colors of #E50CF1
Black with #E50CF1
Text Example
Text Example
White with #E50CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CF1; }
p { color: rgb(229,12,241); }
H1.HeaderClassName
{
color: #E50CF1;
}
.AnyTagClassName
{
color: #E50CF1;
}
</style>
background-color css
<style>
a { background-color: #E50CF1; }
a { background-color: rgb(229,12,241); }
div.DivClassName
{
background-color: #E50CF1;
}
.BgClassName
{
background-color: #E50CF1;
}
</style>
border-color css
<style>
span { border-color: #E50CF1; }
span { border-color: rgb(229,12,241); }
td.TdClassName
{
border-color: #E50CF1;
}
.TagClassName
{
border-color: #E50CF1;
}
</style>