Shades of Psychedelic Purple #E107EE
Tints of Psychedelic Purple #E107EE
RGB
CMYK
RGB Variations
Color information
#E107EE (or 0xE107EE) is known color: Psychedelic Purple. HEX triplet: E1, 07 and EE. RGB value is (225,7,238). Sum of RGB (Red+Green+Blue) = 225+7+238=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #E107EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107EE is #1EF811. Grayscale: #616161. Windows color (decimal): -2029586 or 15599585. OLE color: 15599585.
HSL color Cylindrical-coordinate representation of color #E107EE: hue angle of 296.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107EE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 7 | 238 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.07 |
| HSL | 296.62º | 0.94% | 0.48% | - |
| HSV(B) | 296.62º | 0.97% | 0.93% | - |
| XYZ | 46.56 | 22.33 | 82.75 | - |
| YUV | 98.52 | 206.72 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 238 | 0.05 | 0.97 | 0 | 0.07 | 296.62 | 0.94 | 0.48 |
| Hex | E1 | 7 | EE | 5 | 61 | 0 | 7 | 129 | 5E | 30 |
| Octal | 341 | 7 | 356 | 5 | 141 | 0 | 7 | 451 | 136 | 60 |
| Binary | 11100001 | 111 | 11101110 | 101 | 1100001 | 0 | 111 | 100101001 | 1011110 | 110000 |
Color Harmonies of #E107EE
Complementary color
Monochromatic Colors of #E107EE
Black with #E107EE
Text Example
Text Example
White with #E107EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107EE; }
p { color: rgb(225,7,238); }
H1.HeaderClassName
{
color: #E107EE;
}
.AnyTagClassName
{
color: #E107EE;
}
</style>
background-color css
<style>
a { background-color: #E107EE; }
a { background-color: rgb(225,7,238); }
div.DivClassName
{
background-color: #E107EE;
}
.BgClassName
{
background-color: #E107EE;
}
</style>
border-color css
<style>
span { border-color: #E107EE; }
span { border-color: rgb(225,7,238); }
td.TdClassName
{
border-color: #E107EE;
}
.TagClassName
{
border-color: #E107EE;
}
</style>