Shades of Psychedelic Purple #E127F4
Tints of Psychedelic Purple #E127F4
RGB
CMYK
RGB Variations
Color information
#E127F4 (or 0xE127F4) is known color: Psychedelic Purple. HEX triplet: E1, 27 and F4. RGB value is (225,39,244). Sum of RGB (Red+Green+Blue) = 225+39+244=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 39 (15.62% from 255 or 7.68% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #E127F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127F4 is #1ED80B. Grayscale: #757575. Windows color (decimal): -2021388 or 16000993. OLE color: 16000993.
HSL color Cylindrical-coordinate representation of color #E127F4: hue angle of 294.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E127F4 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 39 | 244 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.04 |
| HSL | 294.44º | 0.9% | 0.55% | - |
| HSV(B) | 294.44º | 0.84% | 0.96% | - |
| XYZ | 48.11 | 23.99 | 87.68 | - |
| YUV | 117.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 244 | 0.08 | 0.84 | 0 | 0.04 | 294.44 | 0.9 | 0.55 |
| Hex | E1 | 27 | F4 | 8 | 54 | 0 | 4 | 126 | 5A | 37 |
| Octal | 341 | 47 | 364 | 10 | 124 | 0 | 4 | 446 | 132 | 67 |
| Binary | 11100001 | 100111 | 11110100 | 1000 | 1010100 | 0 | 100 | 100100110 | 1011010 | 110111 |
Color Harmonies of #E127F4
Complementary color
Monochromatic Colors of #E127F4
Black with #E127F4
Text Example
Text Example
White with #E127F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127F4; }
p { color: rgb(225,39,244); }
H1.HeaderClassName
{
color: #E127F4;
}
.AnyTagClassName
{
color: #E127F4;
}
</style>
background-color css
<style>
a { background-color: #E127F4; }
a { background-color: rgb(225,39,244); }
div.DivClassName
{
background-color: #E127F4;
}
.BgClassName
{
background-color: #E127F4;
}
</style>
border-color css
<style>
span { border-color: #E127F4; }
span { border-color: rgb(225,39,244); }
td.TdClassName
{
border-color: #E127F4;
}
.TagClassName
{
border-color: #E127F4;
}
</style>