Shades of Psychedelic Purple #E11CF2
Tints of Psychedelic Purple #E11CF2
RGB
CMYK
RGB Variations
Color information
#E11CF2 (or 0xE11CF2) is known color: Psychedelic Purple. HEX triplet: E1, 1C and F2. RGB value is (225,28,242). Sum of RGB (Red+Green+Blue) = 225+28+242=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #E11CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CF2 is #1EE30D. Grayscale: #6E6E6E. Windows color (decimal): -2024206 or 15867105. OLE color: 15867105.
HSL color Cylindrical-coordinate representation of color #E11CF2: hue angle of 295.23º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CF2 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 28 | 242 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.05 |
| HSL | 295.23º | 0.89% | 0.53% | - |
| HSV(B) | 295.23º | 0.88% | 0.95% | - |
| XYZ | 47.49 | 23.25 | 85.99 | - |
| YUV | 111.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 242 | 0.07 | 0.88 | 0 | 0.05 | 295.23 | 0.89 | 0.53 |
| Hex | E1 | 1C | F2 | 7 | 58 | 0 | 5 | 127 | 59 | 35 |
| Octal | 341 | 34 | 362 | 7 | 130 | 0 | 5 | 447 | 131 | 65 |
| Binary | 11100001 | 11100 | 11110010 | 111 | 1011000 | 0 | 101 | 100100111 | 1011001 | 110101 |
Color Harmonies of #E11CF2
Complementary color
Monochromatic Colors of #E11CF2
Black with #E11CF2
Text Example
Text Example
White with #E11CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CF2; }
p { color: rgb(225,28,242); }
H1.HeaderClassName
{
color: #E11CF2;
}
.AnyTagClassName
{
color: #E11CF2;
}
</style>
background-color css
<style>
a { background-color: #E11CF2; }
a { background-color: rgb(225,28,242); }
div.DivClassName
{
background-color: #E11CF2;
}
.BgClassName
{
background-color: #E11CF2;
}
</style>
border-color css
<style>
span { border-color: #E11CF2; }
span { border-color: rgb(225,28,242); }
td.TdClassName
{
border-color: #E11CF2;
}
.TagClassName
{
border-color: #E11CF2;
}
</style>