Shades of Psychedelic Purple #E30FEF
Tints of Psychedelic Purple #E30FEF
RGB
CMYK
RGB Variations
Color information
#E30FEF (or 0xE30FEF) is known color: Psychedelic Purple. HEX triplet: E3, 0F and EF. RGB value is (227,15,239). Sum of RGB (Red+Green+Blue) = 227+15+239=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #E30FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FEF is #1CF010. Grayscale: #676767. Windows color (decimal): -1896465 or 15667171. OLE color: 15667171.
HSL color Cylindrical-coordinate representation of color #E30FEF: hue angle of 296.79º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FEF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 15 | 239 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.06 |
| HSL | 296.79º | 0.88% | 0.5% | - |
| HSV(B) | 296.79º | 0.94% | 0.94% | - |
| XYZ | 47.43 | 22.9 | 83.58 | - |
| YUV | 103.92 | 204.24 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 239 | 0.05 | 0.94 | 0 | 0.06 | 296.79 | 0.88 | 0.5 |
| Hex | E3 | F | EF | 5 | 5E | 0 | 6 | 129 | 58 | 32 |
| Octal | 343 | 17 | 357 | 5 | 136 | 0 | 6 | 451 | 130 | 62 |
| Binary | 11100011 | 1111 | 11101111 | 101 | 1011110 | 0 | 110 | 100101001 | 1011000 | 110010 |
Color Harmonies of #E30FEF
Complementary color
Monochromatic Colors of #E30FEF
Black with #E30FEF
Text Example
Text Example
White with #E30FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FEF; }
p { color: rgb(227,15,239); }
H1.HeaderClassName
{
color: #E30FEF;
}
.AnyTagClassName
{
color: #E30FEF;
}
</style>
background-color css
<style>
a { background-color: #E30FEF; }
a { background-color: rgb(227,15,239); }
div.DivClassName
{
background-color: #E30FEF;
}
.BgClassName
{
background-color: #E30FEF;
}
</style>
border-color css
<style>
span { border-color: #E30FEF; }
span { border-color: rgb(227,15,239); }
td.TdClassName
{
border-color: #E30FEF;
}
.TagClassName
{
border-color: #E30FEF;
}
</style>