Shades of Psychedelic Purple #E125FC
Tints of Psychedelic Purple #E125FC
RGB
CMYK
RGB Variations
Color information
#E125FC (or 0xE125FC) is known color: Psychedelic Purple. HEX triplet: E1, 25 and FC. RGB value is (225,37,252). Sum of RGB (Red+Green+Blue) = 225+37+252=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E125FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E125FC is #1EDA03. Grayscale: #757575. Windows color (decimal): -2021892 or 16524769. OLE color: 16524769.
HSL color Cylindrical-coordinate representation of color #E125FC: hue angle of 292.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E125FC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 37 | 252 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.01 |
| HSL | 292.47º | 0.97% | 0.57% | - |
| HSV(B) | 292.47º | 0.85% | 0.99% | - |
| XYZ | 49.28 | 24.36 | 94.2 | - |
| YUV | 117.72 | 203.78 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 252 | 0.11 | 0.85 | 0 | 0.01 | 292.47 | 0.97 | 0.57 |
| Hex | E1 | 25 | FC | B | 55 | 0 | 1 | 124 | 61 | 39 |
| Octal | 341 | 45 | 374 | 13 | 125 | 0 | 1 | 444 | 141 | 71 |
| Binary | 11100001 | 100101 | 11111100 | 1011 | 1010101 | 0 | 1 | 100100100 | 1100001 | 111001 |
Color Harmonies of #E125FC
Complementary color
Monochromatic Colors of #E125FC
Black with #E125FC
Text Example
Text Example
White with #E125FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125FC; }
p { color: rgb(225,37,252); }
H1.HeaderClassName
{
color: #E125FC;
}
.AnyTagClassName
{
color: #E125FC;
}
</style>
background-color css
<style>
a { background-color: #E125FC; }
a { background-color: rgb(225,37,252); }
div.DivClassName
{
background-color: #E125FC;
}
.BgClassName
{
background-color: #E125FC;
}
</style>
border-color css
<style>
span { border-color: #E125FC; }
span { border-color: rgb(225,37,252); }
td.TdClassName
{
border-color: #E125FC;
}
.TagClassName
{
border-color: #E125FC;
}
</style>