Shades of Psychedelic Purple #E113EE
Tints of Psychedelic Purple #E113EE
RGB
CMYK
RGB Variations
Color information
#E113EE (or 0xE113EE) is known color: Psychedelic Purple. HEX triplet: E1, 13 and EE. RGB value is (225,19,238). Sum of RGB (Red+Green+Blue) = 225+19+238=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #E113EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113EE is #1EEC11. Grayscale: #686868. Windows color (decimal): -2026514 or 15602657. OLE color: 15602657.
HSL color Cylindrical-coordinate representation of color #E113EE: hue angle of 296.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113EE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 19 | 238 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.07 |
| HSL | 296.44º | 0.87% | 0.5% | - |
| HSV(B) | 296.44º | 0.92% | 0.93% | - |
| XYZ | 46.72 | 22.65 | 82.8 | - |
| YUV | 105.56 | 202.75 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 238 | 0.05 | 0.92 | 0 | 0.07 | 296.44 | 0.87 | 0.5 |
| Hex | E1 | 13 | EE | 5 | 5C | 0 | 7 | 128 | 57 | 32 |
| Octal | 341 | 23 | 356 | 5 | 134 | 0 | 7 | 450 | 127 | 62 |
| Binary | 11100001 | 10011 | 11101110 | 101 | 1011100 | 0 | 111 | 100101000 | 1010111 | 110010 |
Color Harmonies of #E113EE
Complementary color
Monochromatic Colors of #E113EE
Black with #E113EE
Text Example
Text Example
White with #E113EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113EE; }
p { color: rgb(225,19,238); }
H1.HeaderClassName
{
color: #E113EE;
}
.AnyTagClassName
{
color: #E113EE;
}
</style>
background-color css
<style>
a { background-color: #E113EE; }
a { background-color: rgb(225,19,238); }
div.DivClassName
{
background-color: #E113EE;
}
.BgClassName
{
background-color: #E113EE;
}
</style>
border-color css
<style>
span { border-color: #E113EE; }
span { border-color: rgb(225,19,238); }
td.TdClassName
{
border-color: #E113EE;
}
.TagClassName
{
border-color: #E113EE;
}
</style>