Shades of Psychedelic Purple #E113FF
Tints of Psychedelic Purple #E113FF
RGB
CMYK
RGB Variations
Color information
#E113FF (or 0xE113FF) is known color: Psychedelic Purple. HEX triplet: E1, 13 and FF. RGB value is (225,19,255). Sum of RGB (Red+Green+Blue) = 225+19+255=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E113FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113FF is #1EEC00. Grayscale: #6A6A6A. Windows color (decimal): -2026497 or 16716769. OLE color: 16716769.
HSL color Cylindrical-coordinate representation of color #E113FF: hue angle of 292.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E113FF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 19 | 255 | - |
| CMYK | 0.12 | 0.93 | 0 | 0 |
| HSL | 292.37º | 1% | 0.54% | - |
| HSV(B) | 292.37º | 0.93% | 1% | - |
| XYZ | 49.33 | 23.69 | 96.58 | - |
| YUV | 107.5 | 211.25 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 255 | 0.12 | 0.93 | 0 | 0 | 292.37 | 1 | 0.54 |
| Hex | E1 | 13 | FF | C | 5D | 0 | 0 | 124 | 64 | 36 |
| Octal | 341 | 23 | 377 | 14 | 135 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11100001 | 10011 | 11111111 | 1100 | 1011101 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #E113FF
Complementary color
Monochromatic Colors of #E113FF
Black with #E113FF
Text Example
Text Example
White with #E113FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113FF; }
p { color: rgb(225,19,255); }
H1.HeaderClassName
{
color: #E113FF;
}
.AnyTagClassName
{
color: #E113FF;
}
</style>
background-color css
<style>
a { background-color: #E113FF; }
a { background-color: rgb(225,19,255); }
div.DivClassName
{
background-color: #E113FF;
}
.BgClassName
{
background-color: #E113FF;
}
</style>
border-color css
<style>
span { border-color: #E113FF; }
span { border-color: rgb(225,19,255); }
td.TdClassName
{
border-color: #E113FF;
}
.TagClassName
{
border-color: #E113FF;
}
</style>