Shades of Psychedelic Purple #E11CF0
Tints of Psychedelic Purple #E11CF0
RGB
CMYK
RGB Variations
Color information
#E11CF0 (or 0xE11CF0) is known color: Psychedelic Purple. HEX triplet: E1, 1C and F0. RGB value is (225,28,240). Sum of RGB (Red+Green+Blue) = 225+28+240=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #E11CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CF0 is #1EE30F. Grayscale: #6E6E6E. Windows color (decimal): -2024208 or 15736033. OLE color: 15736033.
HSL color Cylindrical-coordinate representation of color #E11CF0: hue angle of 295.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CF0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 28 | 240 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.06 |
| HSL | 295.75º | 0.88% | 0.53% | - |
| HSV(B) | 295.75º | 0.88% | 0.94% | - |
| XYZ | 47.19 | 23.13 | 84.42 | - |
| YUV | 111.07 | 200.77 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 240 | 0.06 | 0.88 | 0 | 0.06 | 295.75 | 0.88 | 0.53 |
| Hex | E1 | 1C | F0 | 6 | 58 | 0 | 6 | 128 | 58 | 35 |
| Octal | 341 | 34 | 360 | 6 | 130 | 0 | 6 | 450 | 130 | 65 |
| Binary | 11100001 | 11100 | 11110000 | 110 | 1011000 | 0 | 110 | 100101000 | 1011000 | 110101 |
Color Harmonies of #E11CF0
Complementary color
Monochromatic Colors of #E11CF0
Black with #E11CF0
Text Example
Text Example
White with #E11CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CF0; }
p { color: rgb(225,28,240); }
H1.HeaderClassName
{
color: #E11CF0;
}
.AnyTagClassName
{
color: #E11CF0;
}
</style>
background-color css
<style>
a { background-color: #E11CF0; }
a { background-color: rgb(225,28,240); }
div.DivClassName
{
background-color: #E11CF0;
}
.BgClassName
{
background-color: #E11CF0;
}
</style>
border-color css
<style>
span { border-color: #E11CF0; }
span { border-color: rgb(225,28,240); }
td.TdClassName
{
border-color: #E11CF0;
}
.TagClassName
{
border-color: #E11CF0;
}
</style>