Shades of Psychedelic Purple #E312FC
Tints of Psychedelic Purple #E312FC
RGB
CMYK
RGB Variations
Color information
#E312FC (or 0xE312FC) is known color: Psychedelic Purple. HEX triplet: E3, 12 and FC. RGB value is (227,18,252). Sum of RGB (Red+Green+Blue) = 227+18+252=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E312FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E312FC is #1CED03. Grayscale: #6A6A6A. Windows color (decimal): -1895684 or 16519907. OLE color: 16519907.
HSL color Cylindrical-coordinate representation of color #E312FC: hue angle of 293.59º 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 #E312FC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 18 | 252 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.01 |
| HSL | 293.59º | 0.98% | 0.53% | - |
| HSV(B) | 293.59º | 0.93% | 0.99% | - |
| XYZ | 49.47 | 23.79 | 94.08 | - |
| YUV | 107.17 | 209.74 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 252 | 0.10 | 0.93 | 0 | 0.01 | 293.59 | 0.98 | 0.53 |
| Hex | E3 | 12 | FC | A | 5D | 0 | 1 | 126 | 62 | 35 |
| Octal | 343 | 22 | 374 | 12 | 135 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100011 | 10010 | 11111100 | 1010 | 1011101 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E312FC
Complementary color
Monochromatic Colors of #E312FC
Black with #E312FC
Text Example
Text Example
White with #E312FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312FC; }
p { color: rgb(227,18,252); }
H1.HeaderClassName
{
color: #E312FC;
}
.AnyTagClassName
{
color: #E312FC;
}
</style>
background-color css
<style>
a { background-color: #E312FC; }
a { background-color: rgb(227,18,252); }
div.DivClassName
{
background-color: #E312FC;
}
.BgClassName
{
background-color: #E312FC;
}
</style>
border-color css
<style>
span { border-color: #E312FC; }
span { border-color: rgb(227,18,252); }
td.TdClassName
{
border-color: #E312FC;
}
.TagClassName
{
border-color: #E312FC;
}
</style>