Shades of Psychedelic Purple #E330FE
Tints of Psychedelic Purple #E330FE
RGB
CMYK
RGB Variations
Color information
#E330FE (or 0xE330FE) is known color: Psychedelic Purple. HEX triplet: E3, 30 and FE. RGB value is (227,48,254). Sum of RGB (Red+Green+Blue) = 227+48+254=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 48 (19.14% from 255 or 9.07% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #E330FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E330FE is #1CCF01. Grayscale: #7C7C7C. Windows color (decimal): -1888002 or 16658659. OLE color: 16658659.
HSL color Cylindrical-coordinate representation of color #E330FE: hue angle of 292.14º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E330FE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 48 | 254 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.00 |
| HSL | 292.14º | 0.99% | 0.59% | - |
| HSV(B) | 292.14º | 0.81% | 1% | - |
| XYZ | 50.62 | 25.6 | 96.04 | - |
| YUV | 125.01 | 200.8 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 254 | 0.11 | 0.81 | 0 | 0.00 | 292.14 | 0.99 | 0.59 |
| Hex | E3 | 30 | FE | B | 51 | 0 | 0 | 124 | 63 | 3B |
| Octal | 343 | 60 | 376 | 13 | 121 | 0 | 0 | 444 | 143 | 73 |
| Binary | 11100011 | 110000 | 11111110 | 1011 | 1010001 | 0 | 0 | 100100100 | 1100011 | 111011 |
Color Harmonies of #E330FE
Complementary color
Monochromatic Colors of #E330FE
Black with #E330FE
Text Example
Text Example
White with #E330FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330FE; }
p { color: rgb(227,48,254); }
H1.HeaderClassName
{
color: #E330FE;
}
.AnyTagClassName
{
color: #E330FE;
}
</style>
background-color css
<style>
a { background-color: #E330FE; }
a { background-color: rgb(227,48,254); }
div.DivClassName
{
background-color: #E330FE;
}
.BgClassName
{
background-color: #E330FE;
}
</style>
border-color css
<style>
span { border-color: #E330FE; }
span { border-color: rgb(227,48,254); }
td.TdClassName
{
border-color: #E330FE;
}
.TagClassName
{
border-color: #E330FE;
}
</style>