Shades of Psychedelic Purple #E127EA
Tints of Psychedelic Purple #E127EA
RGB
CMYK
RGB Variations
Color information
#E127EA (or 0xE127EA) is known color: Psychedelic Purple. HEX triplet: E1, 27 and EA. RGB value is (225,39,234). Sum of RGB (Red+Green+Blue) = 225+39+234=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #E127EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127EA is #1ED815. Grayscale: #747474. Windows color (decimal): -2021398 or 15345633. OLE color: 15345633.
HSL color Cylindrical-coordinate representation of color #E127EA: hue angle of 297.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E127EA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 39 | 234 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.08 |
| HSL | 297.23º | 0.82% | 0.54% | - |
| HSV(B) | 297.23º | 0.83% | 0.92% | - |
| XYZ | 46.63 | 23.4 | 79.9 | - |
| YUV | 116.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 234 | 0.04 | 0.83 | 0 | 0.08 | 297.23 | 0.82 | 0.54 |
| Hex | E1 | 27 | EA | 4 | 53 | 0 | 8 | 129 | 52 | 36 |
| Octal | 341 | 47 | 352 | 4 | 123 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11100001 | 100111 | 11101010 | 100 | 1010011 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #E127EA
Complementary color
Monochromatic Colors of #E127EA
Black with #E127EA
Text Example
Text Example
White with #E127EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127EA; }
p { color: rgb(225,39,234); }
H1.HeaderClassName
{
color: #E127EA;
}
.AnyTagClassName
{
color: #E127EA;
}
</style>
background-color css
<style>
a { background-color: #E127EA; }
a { background-color: rgb(225,39,234); }
div.DivClassName
{
background-color: #E127EA;
}
.BgClassName
{
background-color: #E127EA;
}
</style>
border-color css
<style>
span { border-color: #E127EA; }
span { border-color: rgb(225,39,234); }
td.TdClassName
{
border-color: #E127EA;
}
.TagClassName
{
border-color: #E127EA;
}
</style>