Shades of Psychedelic Purple #E812FC
Tints of Psychedelic Purple #E812FC
RGB
CMYK
RGB Variations
Color information
#E812FC (or 0xE812FC) is known color: Psychedelic Purple. HEX triplet: E8, 12 and FC. RGB value is (232,18,252). Sum of RGB (Red+Green+Blue) = 232+18+252=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #E812FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812FC is #17ED03. Grayscale: #6B6B6B. Windows color (decimal): -1568004 or 16519912. OLE color: 16519912.
HSL color Cylindrical-coordinate representation of color #E812FC: hue angle of 294.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E812FC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 18 | 252 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.01 |
| HSL | 294.87º | 0.98% | 0.53% | - |
| HSV(B) | 294.87º | 0.93% | 0.99% | - |
| XYZ | 51.07 | 24.62 | 94.16 | - |
| YUV | 108.66 | 208.9 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 252 | 0.08 | 0.93 | 0 | 0.01 | 294.87 | 0.98 | 0.53 |
| Hex | E8 | 12 | FC | 8 | 5D | 0 | 1 | 127 | 62 | 35 |
| Octal | 350 | 22 | 374 | 10 | 135 | 0 | 1 | 447 | 142 | 65 |
| Binary | 11101000 | 10010 | 11111100 | 1000 | 1011101 | 0 | 1 | 100100111 | 1100010 | 110101 |
Color Harmonies of #E812FC
Complementary color
Monochromatic Colors of #E812FC
Black with #E812FC
Text Example
Text Example
White with #E812FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812FC; }
p { color: rgb(232,18,252); }
H1.HeaderClassName
{
color: #E812FC;
}
.AnyTagClassName
{
color: #E812FC;
}
</style>
background-color css
<style>
a { background-color: #E812FC; }
a { background-color: rgb(232,18,252); }
div.DivClassName
{
background-color: #E812FC;
}
.BgClassName
{
background-color: #E812FC;
}
</style>
border-color css
<style>
span { border-color: #E812FC; }
span { border-color: rgb(232,18,252); }
td.TdClassName
{
border-color: #E812FC;
}
.TagClassName
{
border-color: #E812FC;
}
</style>