Shades of Psychedelic Purple #E306FA
Tints of Psychedelic Purple #E306FA
RGB
CMYK
RGB Variations
Color information
#E306FA (or 0xE306FA) is known color: Psychedelic Purple. HEX triplet: E3, 06 and FA. RGB value is (227,6,250). Sum of RGB (Red+Green+Blue) = 227+6+250=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #E306FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E306FA is #1CF905. Grayscale: #636363. Windows color (decimal): -1898758 or 16385763. OLE color: 16385763.
HSL color Cylindrical-coordinate representation of color #E306FA: hue angle of 294.34º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E306FA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 6 | 250 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.02 |
| HSL | 294.34º | 0.96% | 0.5% | - |
| HSV(B) | 294.34º | 0.98% | 0.98% | - |
| XYZ | 49 | 23.36 | 92.37 | - |
| YUV | 99.9 | 212.72 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 250 | 0.09 | 0.98 | 0 | 0.02 | 294.34 | 0.96 | 0.5 |
| Hex | E3 | 6 | FA | 9 | 62 | 0 | 2 | 126 | 60 | 32 |
| Octal | 343 | 6 | 372 | 11 | 142 | 0 | 2 | 446 | 140 | 62 |
| Binary | 11100011 | 110 | 11111010 | 1001 | 1100010 | 0 | 10 | 100100110 | 1100000 | 110010 |
Color Harmonies of #E306FA
Complementary color
Monochromatic Colors of #E306FA
Black with #E306FA
Text Example
Text Example
White with #E306FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306FA; }
p { color: rgb(227,6,250); }
H1.HeaderClassName
{
color: #E306FA;
}
.AnyTagClassName
{
color: #E306FA;
}
</style>
background-color css
<style>
a { background-color: #E306FA; }
a { background-color: rgb(227,6,250); }
div.DivClassName
{
background-color: #E306FA;
}
.BgClassName
{
background-color: #E306FA;
}
</style>
border-color css
<style>
span { border-color: #E306FA; }
span { border-color: rgb(227,6,250); }
td.TdClassName
{
border-color: #E306FA;
}
.TagClassName
{
border-color: #E306FA;
}
</style>