Shades of Psychedelic Purple #E11CF5
Tints of Psychedelic Purple #E11CF5
RGB
CMYK
RGB Variations
Color information
#E11CF5 (or 0xE11CF5) is known color: Psychedelic Purple. HEX triplet: E1, 1C and F5. RGB value is (225,28,245). Sum of RGB (Red+Green+Blue) = 225+28+245=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #E11CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CF5 is #1EE30A. Grayscale: #6E6E6E. Windows color (decimal): -2024203 or 16063713. OLE color: 16063713.
HSL color Cylindrical-coordinate representation of color #E11CF5: hue angle of 294.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11CF5 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 28 | 245 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.04 |
| HSL | 294.47º | 0.92% | 0.54% | - |
| HSV(B) | 294.47º | 0.89% | 0.96% | - |
| XYZ | 47.95 | 23.43 | 88.38 | - |
| YUV | 111.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 245 | 0.08 | 0.89 | 0 | 0.04 | 294.47 | 0.92 | 0.54 |
| Hex | E1 | 1C | F5 | 8 | 59 | 0 | 4 | 126 | 5C | 36 |
| Octal | 341 | 34 | 365 | 10 | 131 | 0 | 4 | 446 | 134 | 66 |
| Binary | 11100001 | 11100 | 11110101 | 1000 | 1011001 | 0 | 100 | 100100110 | 1011100 | 110110 |
Color Harmonies of #E11CF5
Complementary color
Monochromatic Colors of #E11CF5
Black with #E11CF5
Text Example
Text Example
White with #E11CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CF5; }
p { color: rgb(225,28,245); }
H1.HeaderClassName
{
color: #E11CF5;
}
.AnyTagClassName
{
color: #E11CF5;
}
</style>
background-color css
<style>
a { background-color: #E11CF5; }
a { background-color: rgb(225,28,245); }
div.DivClassName
{
background-color: #E11CF5;
}
.BgClassName
{
background-color: #E11CF5;
}
</style>
border-color css
<style>
span { border-color: #E11CF5; }
span { border-color: rgb(225,28,245); }
td.TdClassName
{
border-color: #E11CF5;
}
.TagClassName
{
border-color: #E11CF5;
}
</style>