Shades of Psychedelic Purple #E11AF3
Tints of Psychedelic Purple #E11AF3
RGB
CMYK
RGB Variations
Color information
#E11AF3 (or 0xE11AF3) is known color: Psychedelic Purple. HEX triplet: E1, 1A and F3. RGB value is (225,26,243). Sum of RGB (Red+Green+Blue) = 225+26+243=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #E11AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AF3 is #1EE50C. Grayscale: #6D6D6D. Windows color (decimal): -2024717 or 15932129. OLE color: 15932129.
HSL color Cylindrical-coordinate representation of color #E11AF3: hue angle of 295.02º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11AF3 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 26 | 243 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.05 |
| HSL | 295.02º | 0.9% | 0.53% | - |
| HSV(B) | 295.02º | 0.89% | 0.95% | - |
| XYZ | 47.6 | 23.22 | 86.77 | - |
| YUV | 110.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 243 | 0.07 | 0.89 | 0 | 0.05 | 295.02 | 0.9 | 0.53 |
| Hex | E1 | 1A | F3 | 7 | 59 | 0 | 5 | 127 | 5A | 35 |
| Octal | 341 | 32 | 363 | 7 | 131 | 0 | 5 | 447 | 132 | 65 |
| Binary | 11100001 | 11010 | 11110011 | 111 | 1011001 | 0 | 101 | 100100111 | 1011010 | 110101 |
Color Harmonies of #E11AF3
Complementary color
Monochromatic Colors of #E11AF3
Black with #E11AF3
Text Example
Text Example
White with #E11AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AF3; }
p { color: rgb(225,26,243); }
H1.HeaderClassName
{
color: #E11AF3;
}
.AnyTagClassName
{
color: #E11AF3;
}
</style>
background-color css
<style>
a { background-color: #E11AF3; }
a { background-color: rgb(225,26,243); }
div.DivClassName
{
background-color: #E11AF3;
}
.BgClassName
{
background-color: #E11AF3;
}
</style>
border-color css
<style>
span { border-color: #E11AF3; }
span { border-color: rgb(225,26,243); }
td.TdClassName
{
border-color: #E11AF3;
}
.TagClassName
{
border-color: #E11AF3;
}
</style>