Shades of Psychedelic Purple #E123FB
Tints of Psychedelic Purple #E123FB
RGB
CMYK
RGB Variations
Color information
#E123FB (or 0xE123FB) is known color: Psychedelic Purple. HEX triplet: E1, 23 and FB. RGB value is (225,35,251). Sum of RGB (Red+Green+Blue) = 225+35+251=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 35 (14.06% from 255 or 6.85% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #E123FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123FB is #1EDC04. Grayscale: #737373. Windows color (decimal): -2022405 or 16458721. OLE color: 16458721.
HSL color Cylindrical-coordinate representation of color #E123FB: hue angle of 292.78º 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 #E123FB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 35 | 251 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.02 |
| HSL | 292.78º | 0.96% | 0.56% | - |
| HSV(B) | 292.78º | 0.86% | 0.98% | - |
| XYZ | 49.06 | 24.17 | 93.35 | - |
| YUV | 116.43 | 203.95 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 251 | 0.10 | 0.86 | 0 | 0.02 | 292.78 | 0.96 | 0.56 |
| Hex | E1 | 23 | FB | A | 56 | 0 | 2 | 125 | 60 | 38 |
| Octal | 341 | 43 | 373 | 12 | 126 | 0 | 2 | 445 | 140 | 70 |
| Binary | 11100001 | 100011 | 11111011 | 1010 | 1010110 | 0 | 10 | 100100101 | 1100000 | 111000 |
Color Harmonies of #E123FB
Complementary color
Monochromatic Colors of #E123FB
Black with #E123FB
Text Example
Text Example
White with #E123FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123FB; }
p { color: rgb(225,35,251); }
H1.HeaderClassName
{
color: #E123FB;
}
.AnyTagClassName
{
color: #E123FB;
}
</style>
background-color css
<style>
a { background-color: #E123FB; }
a { background-color: rgb(225,35,251); }
div.DivClassName
{
background-color: #E123FB;
}
.BgClassName
{
background-color: #E123FB;
}
</style>
border-color css
<style>
span { border-color: #E123FB; }
span { border-color: rgb(225,35,251); }
td.TdClassName
{
border-color: #E123FB;
}
.TagClassName
{
border-color: #E123FB;
}
</style>