Shades of Psychedelic Purple #E30EFF
Tints of Psychedelic Purple #E30EFF
RGB
CMYK
RGB Variations
Color information
#E30EFF (or 0xE30EFF) is known color: Psychedelic Purple. HEX triplet: E3, 0E and FF. RGB value is (227,14,255). Sum of RGB (Red+Green+Blue) = 227+14+255=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #E30EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EFF is #1CF100. Grayscale: #686868. Windows color (decimal): -1896705 or 16715491. OLE color: 16715491.
HSL color Cylindrical-coordinate representation of color #E30EFF: hue angle of 293.03º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30EFF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 14 | 255 | - |
| CMYK | 0.11 | 0.95 | 0 | 0 |
| HSL | 293.03º | 1% | 0.53% | - |
| HSV(B) | 293.03º | 0.95% | 1% | - |
| XYZ | 49.89 | 23.86 | 96.58 | - |
| YUV | 105.16 | 212.57 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 255 | 0.11 | 0.95 | 0 | 0 | 293.03 | 1 | 0.53 |
| Hex | E3 | E | FF | B | 5F | 0 | 0 | 125 | 64 | 35 |
| Octal | 343 | 16 | 377 | 13 | 137 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100011 | 1110 | 11111111 | 1011 | 1011111 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E30EFF
Complementary color
Monochromatic Colors of #E30EFF
Black with #E30EFF
Text Example
Text Example
White with #E30EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EFF; }
p { color: rgb(227,14,255); }
H1.HeaderClassName
{
color: #E30EFF;
}
.AnyTagClassName
{
color: #E30EFF;
}
</style>
background-color css
<style>
a { background-color: #E30EFF; }
a { background-color: rgb(227,14,255); }
div.DivClassName
{
background-color: #E30EFF;
}
.BgClassName
{
background-color: #E30EFF;
}
</style>
border-color css
<style>
span { border-color: #E30EFF; }
span { border-color: rgb(227,14,255); }
td.TdClassName
{
border-color: #E30EFF;
}
.TagClassName
{
border-color: #E30EFF;
}
</style>