Shades of Psychedelic Purple #E414FF
Tints of Psychedelic Purple #E414FF
RGB
CMYK
RGB Variations
Color information
#E414FF (or 0xE414FF) is known color: Psychedelic Purple. HEX triplet: E4, 14 and FF. RGB value is (228,20,255). Sum of RGB (Red+Green+Blue) = 228+20+255=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E414FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414FF is #1BEB00. Grayscale: #6C6C6C. Windows color (decimal): -1829633 or 16717028. OLE color: 16717028.
HSL color Cylindrical-coordinate representation of color #E414FF: hue angle of 293.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E414FF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 20 | 255 | - |
| CMYK | 0.11 | 0.92 | 0 | 0 |
| HSL | 293.11º | 1% | 0.54% | - |
| HSV(B) | 293.11º | 0.92% | 1% | - |
| XYZ | 50.3 | 24.21 | 96.63 | - |
| YUV | 108.98 | 210.41 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 255 | 0.11 | 0.92 | 0 | 0 | 293.11 | 1 | 0.54 |
| Hex | E4 | 14 | FF | B | 5C | 0 | 0 | 125 | 64 | 36 |
| Octal | 344 | 24 | 377 | 13 | 134 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100100 | 10100 | 11111111 | 1011 | 1011100 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E414FF
Complementary color
Monochromatic Colors of #E414FF
Black with #E414FF
Text Example
Text Example
White with #E414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414FF; }
p { color: rgb(228,20,255); }
H1.HeaderClassName
{
color: #E414FF;
}
.AnyTagClassName
{
color: #E414FF;
}
</style>
background-color css
<style>
a { background-color: #E414FF; }
a { background-color: rgb(228,20,255); }
div.DivClassName
{
background-color: #E414FF;
}
.BgClassName
{
background-color: #E414FF;
}
</style>
border-color css
<style>
span { border-color: #E414FF; }
span { border-color: rgb(228,20,255); }
td.TdClassName
{
border-color: #E414FF;
}
.TagClassName
{
border-color: #E414FF;
}
</style>