Shades of Psychedelic Purple #E30FFF
Tints of Psychedelic Purple #E30FFF
RGB
CMYK
RGB Variations
Color information
#E30FFF (or 0xE30FFF) is known color: Psychedelic Purple. HEX triplet: E3, 0F and FF. RGB value is (227,15,255). Sum of RGB (Red+Green+Blue) = 227+15+255=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E30FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FFF is #1CF000. Grayscale: #686868. Windows color (decimal): -1896449 or 16715747. OLE color: 16715747.
HSL color Cylindrical-coordinate representation of color #E30FFF: hue angle of 293º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FFF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 15 | 255 | - |
| CMYK | 0.11 | 0.94 | 0 | 0 |
| HSL | 293º | 1% | 0.53% | - |
| HSV(B) | 293º | 0.94% | 1% | - |
| XYZ | 49.9 | 23.89 | 96.59 | - |
| YUV | 105.75 | 212.24 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 255 | 0.11 | 0.94 | 0 | 0 | 293 | 1 | 0.53 |
| Hex | E3 | F | FF | B | 5E | 0 | 0 | 125 | 64 | 35 |
| Octal | 343 | 17 | 377 | 13 | 136 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100011 | 1111 | 11111111 | 1011 | 1011110 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E30FFF
Complementary color
Monochromatic Colors of #E30FFF
Black with #E30FFF
Text Example
Text Example
White with #E30FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FFF; }
p { color: rgb(227,15,255); }
H1.HeaderClassName
{
color: #E30FFF;
}
.AnyTagClassName
{
color: #E30FFF;
}
</style>
background-color css
<style>
a { background-color: #E30FFF; }
a { background-color: rgb(227,15,255); }
div.DivClassName
{
background-color: #E30FFF;
}
.BgClassName
{
background-color: #E30FFF;
}
</style>
border-color css
<style>
span { border-color: #E30FFF; }
span { border-color: rgb(227,15,255); }
td.TdClassName
{
border-color: #E30FFF;
}
.TagClassName
{
border-color: #E30FFF;
}
</style>