Shades of Psychedelic Purple #E123FC
Tints of Psychedelic Purple #E123FC
RGB
CMYK
RGB Variations
Color information
#E123FC (or 0xE123FC) is known color: Psychedelic Purple. HEX triplet: E1, 23 and FC. RGB value is (225,35,252). Sum of RGB (Red+Green+Blue) = 225+35+252=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #E123FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123FC is #1EDC03. Grayscale: #737373. Windows color (decimal): -2022404 or 16524257. OLE color: 16524257.
HSL color Cylindrical-coordinate representation of color #E123FC: hue angle of 292.53º degrees, saturation: 0.97, 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 #E123FC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 35 | 252 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.01 |
| HSL | 292.53º | 0.97% | 0.56% | - |
| HSV(B) | 292.53º | 0.86% | 0.99% | - |
| XYZ | 49.22 | 24.24 | 94.18 | - |
| YUV | 116.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 252 | 0.11 | 0.86 | 0 | 0.01 | 292.53 | 0.97 | 0.56 |
| Hex | E1 | 23 | FC | B | 56 | 0 | 1 | 125 | 61 | 38 |
| Octal | 341 | 43 | 374 | 13 | 126 | 0 | 1 | 445 | 141 | 70 |
| Binary | 11100001 | 100011 | 11111100 | 1011 | 1010110 | 0 | 1 | 100100101 | 1100001 | 111000 |
Color Harmonies of #E123FC
Complementary color
Monochromatic Colors of #E123FC
Black with #E123FC
Text Example
Text Example
White with #E123FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123FC; }
p { color: rgb(225,35,252); }
H1.HeaderClassName
{
color: #E123FC;
}
.AnyTagClassName
{
color: #E123FC;
}
</style>
background-color css
<style>
a { background-color: #E123FC; }
a { background-color: rgb(225,35,252); }
div.DivClassName
{
background-color: #E123FC;
}
.BgClassName
{
background-color: #E123FC;
}
</style>
border-color css
<style>
span { border-color: #E123FC; }
span { border-color: rgb(225,35,252); }
td.TdClassName
{
border-color: #E123FC;
}
.TagClassName
{
border-color: #E123FC;
}
</style>