Shades of Psychedelic Purple #E425FF
Tints of Psychedelic Purple #E425FF
RGB
CMYK
RGB Variations
Color information
#E425FF (or 0xE425FF) is known color: Psychedelic Purple. HEX triplet: E4, 25 and FF. RGB value is (228,37,255). Sum of RGB (Red+Green+Blue) = 228+37+255=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E425FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E425FF is #1BDA00. Grayscale: #767676. Windows color (decimal): -1825281 or 16721380. OLE color: 16721380.
HSL color Cylindrical-coordinate representation of color #E425FF: hue angle of 292.57º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E425FF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 37 | 255 | - |
| CMYK | 0.11 | 0.85 | 0 | 0 |
| HSL | 292.57º | 1% | 0.57% | - |
| HSV(B) | 292.57º | 0.85% | 1% | - |
| XYZ | 50.71 | 25.04 | 96.77 | - |
| YUV | 118.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 255 | 0.11 | 0.85 | 0 | 0 | 292.57 | 1 | 0.57 |
| Hex | E4 | 25 | FF | B | 55 | 0 | 0 | 125 | 64 | 39 |
| Octal | 344 | 45 | 377 | 13 | 125 | 0 | 0 | 445 | 144 | 71 |
| Binary | 11100100 | 100101 | 11111111 | 1011 | 1010101 | 0 | 0 | 100100101 | 1100100 | 111001 |
Color Harmonies of #E425FF
Complementary color
Monochromatic Colors of #E425FF
Black with #E425FF
Text Example
Text Example
White with #E425FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E425FF; }
p { color: rgb(228,37,255); }
H1.HeaderClassName
{
color: #E425FF;
}
.AnyTagClassName
{
color: #E425FF;
}
</style>
background-color css
<style>
a { background-color: #E425FF; }
a { background-color: rgb(228,37,255); }
div.DivClassName
{
background-color: #E425FF;
}
.BgClassName
{
background-color: #E425FF;
}
</style>
border-color css
<style>
span { border-color: #E425FF; }
span { border-color: rgb(228,37,255); }
td.TdClassName
{
border-color: #E425FF;
}
.TagClassName
{
border-color: #E425FF;
}
</style>