Shades of Psychedelic Purple #E123FD
Tints of Psychedelic Purple #E123FD
RGB
CMYK
RGB Variations
Color information
#E123FD (or 0xE123FD) is known color: Psychedelic Purple. HEX triplet: E1, 23 and FD. RGB value is (225,35,253). Sum of RGB (Red+Green+Blue) = 225+35+253=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #E123FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123FD is #1EDC02. Grayscale: #737373. Windows color (decimal): -2022403 or 16589793. OLE color: 16589793.
HSL color Cylindrical-coordinate representation of color #E123FD: hue angle of 292.29º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E123FD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 35 | 253 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.01 |
| HSL | 292.29º | 0.98% | 0.56% | - |
| HSV(B) | 292.29º | 0.86% | 0.99% | - |
| XYZ | 49.38 | 24.3 | 95.02 | - |
| YUV | 116.66 | 204.95 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 253 | 0.11 | 0.86 | 0 | 0.01 | 292.29 | 0.98 | 0.56 |
| Hex | E1 | 23 | FD | B | 56 | 0 | 1 | 124 | 62 | 38 |
| Octal | 341 | 43 | 375 | 13 | 126 | 0 | 1 | 444 | 142 | 70 |
| Binary | 11100001 | 100011 | 11111101 | 1011 | 1010110 | 0 | 1 | 100100100 | 1100010 | 111000 |
Color Harmonies of #E123FD
Complementary color
Monochromatic Colors of #E123FD
Black with #E123FD
Text Example
Text Example
White with #E123FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123FD; }
p { color: rgb(225,35,253); }
H1.HeaderClassName
{
color: #E123FD;
}
.AnyTagClassName
{
color: #E123FD;
}
</style>
background-color css
<style>
a { background-color: #E123FD; }
a { background-color: rgb(225,35,253); }
div.DivClassName
{
background-color: #E123FD;
}
.BgClassName
{
background-color: #E123FD;
}
</style>
border-color css
<style>
span { border-color: #E123FD; }
span { border-color: rgb(225,35,253); }
td.TdClassName
{
border-color: #E123FD;
}
.TagClassName
{
border-color: #E123FD;
}
</style>