Shades of Psychedelic Purple #E124F6
Tints of Psychedelic Purple #E124F6
RGB
CMYK
RGB Variations
Color information
#E124F6 (or 0xE124F6) is known color: Psychedelic Purple. HEX triplet: E1, 24 and F6. RGB value is (225,36,246). Sum of RGB (Red+Green+Blue) = 225+36+246=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #E124F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124F6 is #1EDB09. Grayscale: #737373. Windows color (decimal): -2022154 or 16131297. OLE color: 16131297.
HSL color Cylindrical-coordinate representation of color #E124F6: hue angle of 294º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E124F6 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 36 | 246 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.04 |
| HSL | 294º | 0.92% | 0.55% | - |
| HSV(B) | 294º | 0.85% | 0.96% | - |
| XYZ | 48.32 | 23.92 | 89.26 | - |
| YUV | 116.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 246 | 0.09 | 0.85 | 0 | 0.04 | 294 | 0.92 | 0.55 |
| Hex | E1 | 24 | F6 | 9 | 55 | 0 | 4 | 126 | 5C | 37 |
| Octal | 341 | 44 | 366 | 11 | 125 | 0 | 4 | 446 | 134 | 67 |
| Binary | 11100001 | 100100 | 11110110 | 1001 | 1010101 | 0 | 100 | 100100110 | 1011100 | 110111 |
Color Harmonies of #E124F6
Complementary color
Monochromatic Colors of #E124F6
Black with #E124F6
Text Example
Text Example
White with #E124F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124F6; }
p { color: rgb(225,36,246); }
H1.HeaderClassName
{
color: #E124F6;
}
.AnyTagClassName
{
color: #E124F6;
}
</style>
background-color css
<style>
a { background-color: #E124F6; }
a { background-color: rgb(225,36,246); }
div.DivClassName
{
background-color: #E124F6;
}
.BgClassName
{
background-color: #E124F6;
}
</style>
border-color css
<style>
span { border-color: #E124F6; }
span { border-color: rgb(225,36,246); }
td.TdClassName
{
border-color: #E124F6;
}
.TagClassName
{
border-color: #E124F6;
}
</style>