Shades of Psychedelic Purple #E123F9
Tints of Psychedelic Purple #E123F9
RGB
CMYK
RGB Variations
Color information
#E123F9 (or 0xE123F9) is known color: Psychedelic Purple. HEX triplet: E1, 23 and F9. RGB value is (225,35,249). Sum of RGB (Red+Green+Blue) = 225+35+249=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 35 (14.06% from 255 or 6.88% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #E123F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123F9 is #1EDC06. Grayscale: #737373. Windows color (decimal): -2022407 or 16327649. OLE color: 16327649.
HSL color Cylindrical-coordinate representation of color #E123F9: hue angle of 293.27º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E123F9 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 35 | 249 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.02 |
| HSL | 293.27º | 0.95% | 0.56% | - |
| HSV(B) | 293.27º | 0.86% | 0.98% | - |
| XYZ | 48.75 | 24.05 | 91.7 | - |
| YUV | 116.21 | 202.95 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 249 | 0.10 | 0.86 | 0 | 0.02 | 293.27 | 0.95 | 0.56 |
| Hex | E1 | 23 | F9 | A | 56 | 0 | 2 | 125 | 5F | 38 |
| Octal | 341 | 43 | 371 | 12 | 126 | 0 | 2 | 445 | 137 | 70 |
| Binary | 11100001 | 100011 | 11111001 | 1010 | 1010110 | 0 | 10 | 100100101 | 1011111 | 111000 |
Color Harmonies of #E123F9
Complementary color
Monochromatic Colors of #E123F9
Black with #E123F9
Text Example
Text Example
White with #E123F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123F9; }
p { color: rgb(225,35,249); }
H1.HeaderClassName
{
color: #E123F9;
}
.AnyTagClassName
{
color: #E123F9;
}
</style>
background-color css
<style>
a { background-color: #E123F9; }
a { background-color: rgb(225,35,249); }
div.DivClassName
{
background-color: #E123F9;
}
.BgClassName
{
background-color: #E123F9;
}
</style>
border-color css
<style>
span { border-color: #E123F9; }
span { border-color: rgb(225,35,249); }
td.TdClassName
{
border-color: #E123F9;
}
.TagClassName
{
border-color: #E123F9;
}
</style>