Shades of Psychedelic Purple #E306FC
Tints of Psychedelic Purple #E306FC
RGB
CMYK
RGB Variations
Color information
#E306FC (or 0xE306FC) is known color: Psychedelic Purple. HEX triplet: E3, 06 and FC. RGB value is (227,6,252). Sum of RGB (Red+Green+Blue) = 227+6+252=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #E306FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E306FC is #1CF903. Grayscale: #636363. Windows color (decimal): -1898756 or 16516835. OLE color: 16516835.
HSL color Cylindrical-coordinate representation of color #E306FC: hue angle of 293.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E306FC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 6 | 252 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.01 |
| HSL | 293.9º | 0.98% | 0.51% | - |
| HSV(B) | 293.9º | 0.98% | 0.99% | - |
| XYZ | 49.31 | 23.49 | 94.03 | - |
| YUV | 100.12 | 213.72 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 252 | 0.10 | 0.98 | 0 | 0.01 | 293.9 | 0.98 | 0.51 |
| Hex | E3 | 6 | FC | A | 62 | 0 | 1 | 126 | 62 | 33 |
| Octal | 343 | 6 | 374 | 12 | 142 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100011 | 110 | 11111100 | 1010 | 1100010 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E306FC
Complementary color
Monochromatic Colors of #E306FC
Black with #E306FC
Text Example
Text Example
White with #E306FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306FC; }
p { color: rgb(227,6,252); }
H1.HeaderClassName
{
color: #E306FC;
}
.AnyTagClassName
{
color: #E306FC;
}
</style>
background-color css
<style>
a { background-color: #E306FC; }
a { background-color: rgb(227,6,252); }
div.DivClassName
{
background-color: #E306FC;
}
.BgClassName
{
background-color: #E306FC;
}
</style>
border-color css
<style>
span { border-color: #E306FC; }
span { border-color: rgb(227,6,252); }
td.TdClassName
{
border-color: #E306FC;
}
.TagClassName
{
border-color: #E306FC;
}
</style>