Shades of Psychedelic Purple #E30EFA
Tints of Psychedelic Purple #E30EFA
RGB
CMYK
RGB Variations
Color information
#E30EFA (or 0xE30EFA) is known color: Psychedelic Purple. HEX triplet: E3, 0E and FA. RGB value is (227,14,250). Sum of RGB (Red+Green+Blue) = 227+14+250=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E30EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EFA is #1CF105. Grayscale: #676767. Windows color (decimal): -1896710 or 16387811. OLE color: 16387811.
HSL color Cylindrical-coordinate representation of color #E30EFA: hue angle of 294.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EFA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 14 | 250 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.02 |
| HSL | 294.15º | 0.96% | 0.52% | - |
| HSV(B) | 294.15º | 0.94% | 0.98% | - |
| XYZ | 49.09 | 23.55 | 92.4 | - |
| YUV | 104.59 | 210.07 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 250 | 0.09 | 0.94 | 0 | 0.02 | 294.15 | 0.96 | 0.52 |
| Hex | E3 | E | FA | 9 | 5E | 0 | 2 | 126 | 60 | 34 |
| Octal | 343 | 16 | 372 | 11 | 136 | 0 | 2 | 446 | 140 | 64 |
| Binary | 11100011 | 1110 | 11111010 | 1001 | 1011110 | 0 | 10 | 100100110 | 1100000 | 110100 |
Color Harmonies of #E30EFA
Complementary color
Monochromatic Colors of #E30EFA
Black with #E30EFA
Text Example
Text Example
White with #E30EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EFA; }
p { color: rgb(227,14,250); }
H1.HeaderClassName
{
color: #E30EFA;
}
.AnyTagClassName
{
color: #E30EFA;
}
</style>
background-color css
<style>
a { background-color: #E30EFA; }
a { background-color: rgb(227,14,250); }
div.DivClassName
{
background-color: #E30EFA;
}
.BgClassName
{
background-color: #E30EFA;
}
</style>
border-color css
<style>
span { border-color: #E30EFA; }
span { border-color: rgb(227,14,250); }
td.TdClassName
{
border-color: #E30EFA;
}
.TagClassName
{
border-color: #E30EFA;
}
</style>