Shades of Psychedelic Purple #E11CF3
Tints of Psychedelic Purple #E11CF3
RGB
CMYK
RGB Variations
Color information
#E11CF3 (or 0xE11CF3) is known color: Psychedelic Purple. HEX triplet: E1, 1C and F3. RGB value is (225,28,243). Sum of RGB (Red+Green+Blue) = 225+28+243=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #E11CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CF3 is #1EE30C. Grayscale: #6E6E6E. Windows color (decimal): -2024205 or 15932641. OLE color: 15932641.
HSL color Cylindrical-coordinate representation of color #E11CF3: hue angle of 294.98º degrees, saturation: 0.9, 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 #E11CF3 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 28 | 243 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.05 |
| HSL | 294.98º | 0.9% | 0.53% | - |
| HSV(B) | 294.98º | 0.88% | 0.95% | - |
| XYZ | 47.64 | 23.31 | 86.78 | - |
| YUV | 111.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 243 | 0.07 | 0.88 | 0 | 0.05 | 294.98 | 0.9 | 0.53 |
| Hex | E1 | 1C | F3 | 7 | 58 | 0 | 5 | 127 | 5A | 35 |
| Octal | 341 | 34 | 363 | 7 | 130 | 0 | 5 | 447 | 132 | 65 |
| Binary | 11100001 | 11100 | 11110011 | 111 | 1011000 | 0 | 101 | 100100111 | 1011010 | 110101 |
Color Harmonies of #E11CF3
Complementary color
Monochromatic Colors of #E11CF3
Black with #E11CF3
Text Example
Text Example
White with #E11CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CF3; }
p { color: rgb(225,28,243); }
H1.HeaderClassName
{
color: #E11CF3;
}
.AnyTagClassName
{
color: #E11CF3;
}
</style>
background-color css
<style>
a { background-color: #E11CF3; }
a { background-color: rgb(225,28,243); }
div.DivClassName
{
background-color: #E11CF3;
}
.BgClassName
{
background-color: #E11CF3;
}
</style>
border-color css
<style>
span { border-color: #E11CF3; }
span { border-color: rgb(225,28,243); }
td.TdClassName
{
border-color: #E11CF3;
}
.TagClassName
{
border-color: #E11CF3;
}
</style>