Shades of Psychedelic Purple #E30FFE
Tints of Psychedelic Purple #E30FFE
RGB
CMYK
RGB Variations
Color information
#E30FFE (or 0xE30FFE) is known color: Psychedelic Purple. HEX triplet: E3, 0F and FE. RGB value is (227,15,254). Sum of RGB (Red+Green+Blue) = 227+15+254=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #E30FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FFE is #1CF001. Grayscale: #686868. Windows color (decimal): -1896450 or 16650211. OLE color: 16650211.
HSL color Cylindrical-coordinate representation of color #E30FFE: hue angle of 293.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FFE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 15 | 254 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.00 |
| HSL | 293.22º | 0.99% | 0.53% | - |
| HSV(B) | 293.22º | 0.94% | 1% | - |
| XYZ | 49.74 | 23.83 | 95.74 | - |
| YUV | 105.63 | 211.74 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 254 | 0.11 | 0.94 | 0 | 0.00 | 293.22 | 0.99 | 0.53 |
| Hex | E3 | F | FE | B | 5E | 0 | 0 | 125 | 63 | 35 |
| Octal | 343 | 17 | 376 | 13 | 136 | 0 | 0 | 445 | 143 | 65 |
| Binary | 11100011 | 1111 | 11111110 | 1011 | 1011110 | 0 | 0 | 100100101 | 1100011 | 110101 |
Color Harmonies of #E30FFE
Complementary color
Monochromatic Colors of #E30FFE
Black with #E30FFE
Text Example
Text Example
White with #E30FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FFE; }
p { color: rgb(227,15,254); }
H1.HeaderClassName
{
color: #E30FFE;
}
.AnyTagClassName
{
color: #E30FFE;
}
</style>
background-color css
<style>
a { background-color: #E30FFE; }
a { background-color: rgb(227,15,254); }
div.DivClassName
{
background-color: #E30FFE;
}
.BgClassName
{
background-color: #E30FFE;
}
</style>
border-color css
<style>
span { border-color: #E30FFE; }
span { border-color: rgb(227,15,254); }
td.TdClassName
{
border-color: #E30FFE;
}
.TagClassName
{
border-color: #E30FFE;
}
</style>