Shades of Psychedelic Purple #E427FF
Tints of Psychedelic Purple #E427FF
RGB
CMYK
RGB Variations
Color information
#E427FF (or 0xE427FF) is known color: Psychedelic Purple. HEX triplet: E4, 27 and FF. RGB value is (228,39,255). Sum of RGB (Red+Green+Blue) = 228+39+255=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 39 (15.62% from 255 or 7.47% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #E427FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427FF is #1BD800. Grayscale: #777777. Windows color (decimal): -1824769 or 16721892. OLE color: 16721892.
HSL color Cylindrical-coordinate representation of color #E427FF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E427FF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 39 | 255 | - |
| CMYK | 0.11 | 0.85 | 0 | 0 |
| HSL | 292.5º | 1% | 0.58% | - |
| HSV(B) | 292.5º | 0.85% | 1% | - |
| XYZ | 50.77 | 25.17 | 96.79 | - |
| YUV | 120.14 | 204.12 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 255 | 0.11 | 0.85 | 0 | 0 | 292.5 | 1 | 0.58 |
| Hex | E4 | 27 | FF | B | 55 | 0 | 0 | 124 | 64 | 3A |
| Octal | 344 | 47 | 377 | 13 | 125 | 0 | 0 | 444 | 144 | 72 |
| Binary | 11100100 | 100111 | 11111111 | 1011 | 1010101 | 0 | 0 | 100100100 | 1100100 | 111010 |
Color Harmonies of #E427FF
Complementary color
Monochromatic Colors of #E427FF
Black with #E427FF
Text Example
Text Example
White with #E427FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E427FF; }
p { color: rgb(228,39,255); }
H1.HeaderClassName
{
color: #E427FF;
}
.AnyTagClassName
{
color: #E427FF;
}
</style>
background-color css
<style>
a { background-color: #E427FF; }
a { background-color: rgb(228,39,255); }
div.DivClassName
{
background-color: #E427FF;
}
.BgClassName
{
background-color: #E427FF;
}
</style>
border-color css
<style>
span { border-color: #E427FF; }
span { border-color: rgb(228,39,255); }
td.TdClassName
{
border-color: #E427FF;
}
.TagClassName
{
border-color: #E427FF;
}
</style>