Shades of Psychedelic Purple #E30FEC
Tints of Psychedelic Purple #E30FEC
RGB
CMYK
RGB Variations
Color information
#E30FEC (or 0xE30FEC) is known color: Psychedelic Purple. HEX triplet: E3, 0F and EC. RGB value is (227,15,236). Sum of RGB (Red+Green+Blue) = 227+15+236=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #E30FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FEC is #1CF013. Grayscale: #666666. Windows color (decimal): -1896468 or 15470563. OLE color: 15470563.
HSL color Cylindrical-coordinate representation of color #E30FEC: hue angle of 297.56º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FEC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 15 | 236 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.07 |
| HSL | 297.56º | 0.88% | 0.49% | - |
| HSV(B) | 297.56º | 0.94% | 0.93% | - |
| XYZ | 46.99 | 22.73 | 81.27 | - |
| YUV | 103.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 236 | 0.04 | 0.94 | 0 | 0.07 | 297.56 | 0.88 | 0.49 |
| Hex | E3 | F | EC | 4 | 5E | 0 | 7 | 12A | 58 | 31 |
| Octal | 343 | 17 | 354 | 4 | 136 | 0 | 7 | 452 | 130 | 61 |
| Binary | 11100011 | 1111 | 11101100 | 100 | 1011110 | 0 | 111 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E30FEC
Complementary color
Monochromatic Colors of #E30FEC
Black with #E30FEC
Text Example
Text Example
White with #E30FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FEC; }
p { color: rgb(227,15,236); }
H1.HeaderClassName
{
color: #E30FEC;
}
.AnyTagClassName
{
color: #E30FEC;
}
</style>
background-color css
<style>
a { background-color: #E30FEC; }
a { background-color: rgb(227,15,236); }
div.DivClassName
{
background-color: #E30FEC;
}
.BgClassName
{
background-color: #E30FEC;
}
</style>
border-color css
<style>
span { border-color: #E30FEC; }
span { border-color: rgb(227,15,236); }
td.TdClassName
{
border-color: #E30FEC;
}
.TagClassName
{
border-color: #E30FEC;
}
</style>