Shades of Psychedelic Purple #E415F1
Tints of Psychedelic Purple #E415F1
RGB
CMYK
RGB Variations
Color information
#E415F1 (or 0xE415F1) is known color: Psychedelic Purple. HEX triplet: E4, 15 and F1. RGB value is (228,21,241). Sum of RGB (Red+Green+Blue) = 228+21+241=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #E415F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415F1 is #1BEA0E. Grayscale: #6B6B6B. Windows color (decimal): -1829391 or 15799780. OLE color: 15799780.
HSL color Cylindrical-coordinate representation of color #E415F1: hue angle of 296.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415F1 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 21 | 241 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.05 |
| HSL | 296.45º | 0.89% | 0.51% | - |
| HSV(B) | 296.45º | 0.91% | 0.95% | - |
| XYZ | 48.14 | 23.38 | 85.19 | - |
| YUV | 107.97 | 203.08 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 241 | 0.05 | 0.91 | 0 | 0.05 | 296.45 | 0.89 | 0.51 |
| Hex | E4 | 15 | F1 | 5 | 5B | 0 | 5 | 128 | 59 | 33 |
| Octal | 344 | 25 | 361 | 5 | 133 | 0 | 5 | 450 | 131 | 63 |
| Binary | 11100100 | 10101 | 11110001 | 101 | 1011011 | 0 | 101 | 100101000 | 1011001 | 110011 |
Color Harmonies of #E415F1
Complementary color
Monochromatic Colors of #E415F1
Black with #E415F1
Text Example
Text Example
White with #E415F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E415F1; }
p { color: rgb(228,21,241); }
H1.HeaderClassName
{
color: #E415F1;
}
.AnyTagClassName
{
color: #E415F1;
}
</style>
background-color css
<style>
a { background-color: #E415F1; }
a { background-color: rgb(228,21,241); }
div.DivClassName
{
background-color: #E415F1;
}
.BgClassName
{
background-color: #E415F1;
}
</style>
border-color css
<style>
span { border-color: #E415F1; }
span { border-color: rgb(228,21,241); }
td.TdClassName
{
border-color: #E415F1;
}
.TagClassName
{
border-color: #E415F1;
}
</style>