Shades of Psychedelic Purple #E914FC
Tints of Psychedelic Purple #E914FC
RGB
CMYK
RGB Variations
Color information
#E914FC (or 0xE914FC) is known color: Psychedelic Purple. HEX triplet: E9, 14 and FC. RGB value is (233,20,252). Sum of RGB (Red+Green+Blue) = 233+20+252=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E914FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914FC is #16EB03. Grayscale: #6D6D6D. Windows color (decimal): -1501956 or 16520425. OLE color: 16520425.
HSL color Cylindrical-coordinate representation of color #E914FC: hue angle of 295.09º 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 #E914FC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 20 | 252 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.01 |
| HSL | 295.09º | 0.97% | 0.53% | - |
| HSV(B) | 295.09º | 0.92% | 0.99% | - |
| XYZ | 51.43 | 24.85 | 94.18 | - |
| YUV | 110.14 | 208.07 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 252 | 0.08 | 0.92 | 0 | 0.01 | 295.09 | 0.97 | 0.53 |
| Hex | E9 | 14 | FC | 8 | 5C | 0 | 1 | 127 | 61 | 35 |
| Octal | 351 | 24 | 374 | 10 | 134 | 0 | 1 | 447 | 141 | 65 |
| Binary | 11101001 | 10100 | 11111100 | 1000 | 1011100 | 0 | 1 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E914FC
Complementary color
Monochromatic Colors of #E914FC
Black with #E914FC
Text Example
Text Example
White with #E914FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914FC; }
p { color: rgb(233,20,252); }
H1.HeaderClassName
{
color: #E914FC;
}
.AnyTagClassName
{
color: #E914FC;
}
</style>
background-color css
<style>
a { background-color: #E914FC; }
a { background-color: rgb(233,20,252); }
div.DivClassName
{
background-color: #E914FC;
}
.BgClassName
{
background-color: #E914FC;
}
</style>
border-color css
<style>
span { border-color: #E914FC; }
span { border-color: rgb(233,20,252); }
td.TdClassName
{
border-color: #E914FC;
}
.TagClassName
{
border-color: #E914FC;
}
</style>