Shades of Psychedelic Purple #E105EE
Tints of Psychedelic Purple #E105EE
RGB
CMYK
RGB Variations
Color information
#E105EE (or 0xE105EE) is known color: Psychedelic Purple. HEX triplet: E1, 05 and EE. RGB value is (225,5,238). Sum of RGB (Red+Green+Blue) = 225+5+238=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #E105EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105EE is #1EFA11. Grayscale: #606060. Windows color (decimal): -2030098 or 15599073. OLE color: 15599073.
HSL color Cylindrical-coordinate representation of color #E105EE: hue angle of 296.65º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105EE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 5 | 238 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.07 |
| HSL | 296.65º | 0.96% | 0.48% | - |
| HSV(B) | 296.65º | 0.98% | 0.93% | - |
| XYZ | 46.54 | 22.29 | 82.74 | - |
| YUV | 97.34 | 207.39 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 238 | 0.05 | 0.98 | 0 | 0.07 | 296.65 | 0.96 | 0.48 |
| Hex | E1 | 5 | EE | 5 | 62 | 0 | 7 | 129 | 60 | 30 |
| Octal | 341 | 5 | 356 | 5 | 142 | 0 | 7 | 451 | 140 | 60 |
| Binary | 11100001 | 101 | 11101110 | 101 | 1100010 | 0 | 111 | 100101001 | 1100000 | 110000 |
Color Harmonies of #E105EE
Complementary color
Monochromatic Colors of #E105EE
Black with #E105EE
Text Example
Text Example
White with #E105EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105EE; }
p { color: rgb(225,5,238); }
H1.HeaderClassName
{
color: #E105EE;
}
.AnyTagClassName
{
color: #E105EE;
}
</style>
background-color css
<style>
a { background-color: #E105EE; }
a { background-color: rgb(225,5,238); }
div.DivClassName
{
background-color: #E105EE;
}
.BgClassName
{
background-color: #E105EE;
}
</style>
border-color css
<style>
span { border-color: #E105EE; }
span { border-color: rgb(225,5,238); }
td.TdClassName
{
border-color: #E105EE;
}
.TagClassName
{
border-color: #E105EE;
}
</style>