Shades of Psychedelic Purple #E127EF
Tints of Psychedelic Purple #E127EF
RGB
CMYK
RGB Variations
Color information
#E127EF (or 0xE127EF) is known color: Psychedelic Purple. HEX triplet: E1, 27 and EF. RGB value is (225,39,239). Sum of RGB (Red+Green+Blue) = 225+39+239=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E127EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127EF is #1ED810. Grayscale: #747474. Windows color (decimal): -2021393 or 15673313. OLE color: 15673313.
HSL color Cylindrical-coordinate representation of color #E127EF: hue angle of 295.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E127EF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 39 | 239 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.06 |
| HSL | 295.8º | 0.86% | 0.55% | - |
| HSV(B) | 295.8º | 0.84% | 0.94% | - |
| XYZ | 47.36 | 23.69 | 83.74 | - |
| YUV | 117.41 | 196.62 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 239 | 0.06 | 0.84 | 0 | 0.06 | 295.8 | 0.86 | 0.55 |
| Hex | E1 | 27 | EF | 6 | 54 | 0 | 6 | 128 | 56 | 37 |
| Octal | 341 | 47 | 357 | 6 | 124 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100001 | 100111 | 11101111 | 110 | 1010100 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E127EF
Complementary color
Monochromatic Colors of #E127EF
Black with #E127EF
Text Example
Text Example
White with #E127EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127EF; }
p { color: rgb(225,39,239); }
H1.HeaderClassName
{
color: #E127EF;
}
.AnyTagClassName
{
color: #E127EF;
}
</style>
background-color css
<style>
a { background-color: #E127EF; }
a { background-color: rgb(225,39,239); }
div.DivClassName
{
background-color: #E127EF;
}
.BgClassName
{
background-color: #E127EF;
}
</style>
border-color css
<style>
span { border-color: #E127EF; }
span { border-color: rgb(225,39,239); }
td.TdClassName
{
border-color: #E127EF;
}
.TagClassName
{
border-color: #E127EF;
}
</style>