Shades of Psychedelic Purple #E30FEE
Tints of Psychedelic Purple #E30FEE
RGB
CMYK
RGB Variations
Color information
#E30FEE (or 0xE30FEE) is known color: Psychedelic Purple. HEX triplet: E3, 0F and EE. RGB value is (227,15,238). Sum of RGB (Red+Green+Blue) = 227+15+238=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FEE is #1CF011. Grayscale: #676767. Windows color (decimal): -1896466 or 15601635. OLE color: 15601635.
HSL color Cylindrical-coordinate representation of color #E30FEE: hue angle of 297.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FEE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 15 | 238 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.07 |
| HSL | 297.04º | 0.88% | 0.5% | - |
| HSV(B) | 297.04º | 0.94% | 0.93% | - |
| XYZ | 47.28 | 22.85 | 82.81 | - |
| YUV | 103.81 | 203.74 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 238 | 0.05 | 0.94 | 0 | 0.07 | 297.04 | 0.88 | 0.5 |
| Hex | E3 | F | EE | 5 | 5E | 0 | 7 | 129 | 58 | 32 |
| Octal | 343 | 17 | 356 | 5 | 136 | 0 | 7 | 451 | 130 | 62 |
| Binary | 11100011 | 1111 | 11101110 | 101 | 1011110 | 0 | 111 | 100101001 | 1011000 | 110010 |
Color Harmonies of #E30FEE
Complementary color
Monochromatic Colors of #E30FEE
Black with #E30FEE
Text Example
Text Example
White with #E30FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FEE; }
p { color: rgb(227,15,238); }
H1.HeaderClassName
{
color: #E30FEE;
}
.AnyTagClassName
{
color: #E30FEE;
}
</style>
background-color css
<style>
a { background-color: #E30FEE; }
a { background-color: rgb(227,15,238); }
div.DivClassName
{
background-color: #E30FEE;
}
.BgClassName
{
background-color: #E30FEE;
}
</style>
border-color css
<style>
span { border-color: #E30FEE; }
span { border-color: rgb(227,15,238); }
td.TdClassName
{
border-color: #E30FEE;
}
.TagClassName
{
border-color: #E30FEE;
}
</style>