Shades of Psychedelic Purple #E113F1
Tints of Psychedelic Purple #E113F1
RGB
CMYK
RGB Variations
Color information
#E113F1 (or 0xE113F1) is known color: Psychedelic Purple. HEX triplet: E1, 13 and F1. RGB value is (225,19,241). Sum of RGB (Red+Green+Blue) = 225+19+241=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #E113F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113F1 is #1EEC0E. Grayscale: #696969. Windows color (decimal): -2026511 or 15799265. OLE color: 15799265.
HSL color Cylindrical-coordinate representation of color #E113F1: hue angle of 295.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113F1 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 19 | 241 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.05 |
| HSL | 295.68º | 0.89% | 0.51% | - |
| HSV(B) | 295.68º | 0.92% | 0.95% | - |
| XYZ | 47.16 | 22.82 | 85.14 | - |
| YUV | 105.9 | 204.25 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 241 | 0.07 | 0.92 | 0 | 0.05 | 295.68 | 0.89 | 0.51 |
| Hex | E1 | 13 | F1 | 7 | 5C | 0 | 5 | 128 | 59 | 33 |
| Octal | 341 | 23 | 361 | 7 | 134 | 0 | 5 | 450 | 131 | 63 |
| Binary | 11100001 | 10011 | 11110001 | 111 | 1011100 | 0 | 101 | 100101000 | 1011001 | 110011 |
Color Harmonies of #E113F1
Complementary color
Monochromatic Colors of #E113F1
Black with #E113F1
Text Example
Text Example
White with #E113F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113F1; }
p { color: rgb(225,19,241); }
H1.HeaderClassName
{
color: #E113F1;
}
.AnyTagClassName
{
color: #E113F1;
}
</style>
background-color css
<style>
a { background-color: #E113F1; }
a { background-color: rgb(225,19,241); }
div.DivClassName
{
background-color: #E113F1;
}
.BgClassName
{
background-color: #E113F1;
}
</style>
border-color css
<style>
span { border-color: #E113F1; }
span { border-color: rgb(225,19,241); }
td.TdClassName
{
border-color: #E113F1;
}
.TagClassName
{
border-color: #E113F1;
}
</style>