Shades of Psychedelic Purple #E414FD
Tints of Psychedelic Purple #E414FD
RGB
CMYK
RGB Variations
Color information
#E414FD (or 0xE414FD) is known color: Psychedelic Purple. HEX triplet: E4, 14 and FD. RGB value is (228,20,253). Sum of RGB (Red+Green+Blue) = 228+20+253=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #E414FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414FD is #1BEB02. Grayscale: #6C6C6C. Windows color (decimal): -1829635 or 16585956. OLE color: 16585956.
HSL color Cylindrical-coordinate representation of color #E414FD: hue angle of 293.56º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E414FD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 20 | 253 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.01 |
| HSL | 293.56º | 0.98% | 0.54% | - |
| HSV(B) | 293.56º | 0.92% | 0.99% | - |
| XYZ | 49.97 | 24.09 | 94.94 | - |
| YUV | 108.75 | 209.41 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 253 | 0.10 | 0.92 | 0 | 0.01 | 293.56 | 0.98 | 0.54 |
| Hex | E4 | 14 | FD | A | 5C | 0 | 1 | 126 | 62 | 36 |
| Octal | 344 | 24 | 375 | 12 | 134 | 0 | 1 | 446 | 142 | 66 |
| Binary | 11100100 | 10100 | 11111101 | 1010 | 1011100 | 0 | 1 | 100100110 | 1100010 | 110110 |
Color Harmonies of #E414FD
Complementary color
Monochromatic Colors of #E414FD
Black with #E414FD
Text Example
Text Example
White with #E414FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414FD; }
p { color: rgb(228,20,253); }
H1.HeaderClassName
{
color: #E414FD;
}
.AnyTagClassName
{
color: #E414FD;
}
</style>
background-color css
<style>
a { background-color: #E414FD; }
a { background-color: rgb(228,20,253); }
div.DivClassName
{
background-color: #E414FD;
}
.BgClassName
{
background-color: #E414FD;
}
</style>
border-color css
<style>
span { border-color: #E414FD; }
span { border-color: rgb(228,20,253); }
td.TdClassName
{
border-color: #E414FD;
}
.TagClassName
{
border-color: #E414FD;
}
</style>