Shades of Psychedelic Purple #E414FC
Tints of Psychedelic Purple #E414FC
RGB
CMYK
RGB Variations
Color information
#E414FC (or 0xE414FC) is known color: Psychedelic Purple. HEX triplet: E4, 14 and FC. RGB value is (228,20,252). Sum of RGB (Red+Green+Blue) = 228+20+252=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E414FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414FC is #1BEB03. Grayscale: #6B6B6B. Windows color (decimal): -1829636 or 16520420. OLE color: 16520420.
HSL color Cylindrical-coordinate representation of color #E414FC: hue angle of 293.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E414FC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 20 | 252 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.01 |
| HSL | 293.79º | 0.97% | 0.53% | - |
| HSV(B) | 293.79º | 0.92% | 0.99% | - |
| XYZ | 49.82 | 24.02 | 94.11 | - |
| YUV | 108.64 | 208.91 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 252 | 0.10 | 0.92 | 0 | 0.01 | 293.79 | 0.97 | 0.53 |
| Hex | E4 | 14 | FC | A | 5C | 0 | 1 | 126 | 61 | 35 |
| Octal | 344 | 24 | 374 | 12 | 134 | 0 | 1 | 446 | 141 | 65 |
| Binary | 11100100 | 10100 | 11111100 | 1010 | 1011100 | 0 | 1 | 100100110 | 1100001 | 110101 |
Color Harmonies of #E414FC
Complementary color
Monochromatic Colors of #E414FC
Black with #E414FC
Text Example
Text Example
White with #E414FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414FC; }
p { color: rgb(228,20,252); }
H1.HeaderClassName
{
color: #E414FC;
}
.AnyTagClassName
{
color: #E414FC;
}
</style>
background-color css
<style>
a { background-color: #E414FC; }
a { background-color: rgb(228,20,252); }
div.DivClassName
{
background-color: #E414FC;
}
.BgClassName
{
background-color: #E414FC;
}
</style>
border-color css
<style>
span { border-color: #E414FC; }
span { border-color: rgb(228,20,252); }
td.TdClassName
{
border-color: #E414FC;
}
.TagClassName
{
border-color: #E414FC;
}
</style>