Shades of Psychedelic Purple #E123FA
Tints of Psychedelic Purple #E123FA
RGB
CMYK
RGB Variations
Color information
#E123FA (or 0xE123FA) is known color: Psychedelic Purple. HEX triplet: E1, 23 and FA. RGB value is (225,35,250). Sum of RGB (Red+Green+Blue) = 225+35+250=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 35 (14.06% from 255 or 6.86% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #E123FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123FA is #1EDC05. Grayscale: #737373. Windows color (decimal): -2022406 or 16393185. OLE color: 16393185.
HSL color Cylindrical-coordinate representation of color #E123FA: hue angle of 293.02º degrees, saturation: 0.96, 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 #E123FA is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 35 | 250 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.02 |
| HSL | 293.02º | 0.96% | 0.56% | - |
| HSV(B) | 293.02º | 0.86% | 0.98% | - |
| XYZ | 48.91 | 24.11 | 92.52 | - |
| YUV | 116.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 250 | 0.10 | 0.86 | 0 | 0.02 | 293.02 | 0.96 | 0.56 |
| Hex | E1 | 23 | FA | A | 56 | 0 | 2 | 125 | 60 | 38 |
| Octal | 341 | 43 | 372 | 12 | 126 | 0 | 2 | 445 | 140 | 70 |
| Binary | 11100001 | 100011 | 11111010 | 1010 | 1010110 | 0 | 10 | 100100101 | 1100000 | 111000 |
Color Harmonies of #E123FA
Complementary color
Monochromatic Colors of #E123FA
Black with #E123FA
Text Example
Text Example
White with #E123FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123FA; }
p { color: rgb(225,35,250); }
H1.HeaderClassName
{
color: #E123FA;
}
.AnyTagClassName
{
color: #E123FA;
}
</style>
background-color css
<style>
a { background-color: #E123FA; }
a { background-color: rgb(225,35,250); }
div.DivClassName
{
background-color: #E123FA;
}
.BgClassName
{
background-color: #E123FA;
}
</style>
border-color css
<style>
span { border-color: #E123FA; }
span { border-color: rgb(225,35,250); }
td.TdClassName
{
border-color: #E123FA;
}
.TagClassName
{
border-color: #E123FA;
}
</style>