Shades of Psychedelic Purple #E100EE
Tints of Psychedelic Purple #E100EE
RGB
CMYK
RGB Variations
Color information
#E100EE (or 0xE100EE) is known color: Psychedelic Purple. HEX triplet: E1, 00 and EE. RGB value is (225,0,238). Sum of RGB (Red+Green+Blue) = 225+0+238=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #E100EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100EE is #1EFF11. Grayscale: #5D5D5D. Windows color (decimal): -2031378 or 15597793. OLE color: 15597793.
HSL color Cylindrical-coordinate representation of color #E100EE: hue angle of 296.72º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100EE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 0 | 238 | - |
| CMYK | 0.05 | 1 | 0 | 0.07 |
| HSL | 296.72º | 1% | 0.47% | - |
| HSV(B) | 296.72º | 1% | 0.93% | - |
| XYZ | 46.48 | 22.18 | 82.72 | - |
| YUV | 94.41 | 209.04 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 238 | 0.05 | 1 | 0 | 0.07 | 296.72 | 1 | 0.47 |
| Hex | E1 | 0 | EE | 5 | 64 | 0 | 7 | 129 | 64 | 2F |
| Octal | 341 | 0 | 356 | 5 | 144 | 0 | 7 | 451 | 144 | 57 |
| Binary | 11100001 | 0 | 11101110 | 101 | 1100100 | 0 | 111 | 100101001 | 1100100 | 101111 |
Color Harmonies of #E100EE
Complementary color
Monochromatic Colors of #E100EE
Black with #E100EE
Text Example
Text Example
White with #E100EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100EE; }
p { color: rgb(225,0,238); }
H1.HeaderClassName
{
color: #E100EE;
}
.AnyTagClassName
{
color: #E100EE;
}
</style>
background-color css
<style>
a { background-color: #E100EE; }
a { background-color: rgb(225,0,238); }
div.DivClassName
{
background-color: #E100EE;
}
.BgClassName
{
background-color: #E100EE;
}
</style>
border-color css
<style>
span { border-color: #E100EE; }
span { border-color: rgb(225,0,238); }
td.TdClassName
{
border-color: #E100EE;
}
.TagClassName
{
border-color: #E100EE;
}
</style>