Shades of Psychedelic Purple #E125F0
Tints of Psychedelic Purple #E125F0
RGB
CMYK
RGB Variations
Color information
#E125F0 (or 0xE125F0) is known color: Psychedelic Purple. HEX triplet: E1, 25 and F0. RGB value is (225,37,240). Sum of RGB (Red+Green+Blue) = 225+37+240=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 37 (14.84% from 255 or 7.37% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #E125F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E125F0 is #1EDA0F. Grayscale: #737373. Windows color (decimal): -2021904 or 15738337. OLE color: 15738337.
HSL color Cylindrical-coordinate representation of color #E125F0: hue angle of 295.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E125F0 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 37 | 240 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.06 |
| HSL | 295.57º | 0.87% | 0.54% | - |
| HSV(B) | 295.57º | 0.85% | 0.94% | - |
| XYZ | 47.44 | 23.62 | 84.5 | - |
| YUV | 116.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 240 | 0.06 | 0.85 | 0 | 0.06 | 295.57 | 0.87 | 0.54 |
| Hex | E1 | 25 | F0 | 6 | 55 | 0 | 6 | 128 | 57 | 36 |
| Octal | 341 | 45 | 360 | 6 | 125 | 0 | 6 | 450 | 127 | 66 |
| Binary | 11100001 | 100101 | 11110000 | 110 | 1010101 | 0 | 110 | 100101000 | 1010111 | 110110 |
Color Harmonies of #E125F0
Complementary color
Monochromatic Colors of #E125F0
Black with #E125F0
Text Example
Text Example
White with #E125F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125F0; }
p { color: rgb(225,37,240); }
H1.HeaderClassName
{
color: #E125F0;
}
.AnyTagClassName
{
color: #E125F0;
}
</style>
background-color css
<style>
a { background-color: #E125F0; }
a { background-color: rgb(225,37,240); }
div.DivClassName
{
background-color: #E125F0;
}
.BgClassName
{
background-color: #E125F0;
}
</style>
border-color css
<style>
span { border-color: #E125F0; }
span { border-color: rgb(225,37,240); }
td.TdClassName
{
border-color: #E125F0;
}
.TagClassName
{
border-color: #E125F0;
}
</style>