Shades of Psychedelic Purple #E127EE
Tints of Psychedelic Purple #E127EE
RGB
CMYK
RGB Variations
Color information
#E127EE (or 0xE127EE) is known color: Psychedelic Purple. HEX triplet: E1, 27 and EE. RGB value is (225,39,238). Sum of RGB (Red+Green+Blue) = 225+39+238=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #E127EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127EE is #1ED811. Grayscale: #747474. Windows color (decimal): -2021394 or 15607777. OLE color: 15607777.
HSL color Cylindrical-coordinate representation of color #E127EE: hue angle of 296.08º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E127EE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 39 | 238 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.07 |
| HSL | 296.08º | 0.85% | 0.54% | - |
| HSV(B) | 296.08º | 0.84% | 0.93% | - |
| XYZ | 47.21 | 23.63 | 82.96 | - |
| YUV | 117.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 238 | 0.05 | 0.84 | 0 | 0.07 | 296.08 | 0.85 | 0.54 |
| Hex | E1 | 27 | EE | 5 | 54 | 0 | 7 | 128 | 55 | 36 |
| Octal | 341 | 47 | 356 | 5 | 124 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11100001 | 100111 | 11101110 | 101 | 1010100 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #E127EE
Complementary color
Monochromatic Colors of #E127EE
Black with #E127EE
Text Example
Text Example
White with #E127EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127EE; }
p { color: rgb(225,39,238); }
H1.HeaderClassName
{
color: #E127EE;
}
.AnyTagClassName
{
color: #E127EE;
}
</style>
background-color css
<style>
a { background-color: #E127EE; }
a { background-color: rgb(225,39,238); }
div.DivClassName
{
background-color: #E127EE;
}
.BgClassName
{
background-color: #E127EE;
}
</style>
border-color css
<style>
span { border-color: #E127EE; }
span { border-color: rgb(225,39,238); }
td.TdClassName
{
border-color: #E127EE;
}
.TagClassName
{
border-color: #E127EE;
}
</style>