Shades of Psychedelic Purple #E335FE
Tints of Psychedelic Purple #E335FE
RGB
CMYK
RGB Variations
Color information
#E335FE (or 0xE335FE) is known color: Psychedelic Purple. HEX triplet: E3, 35 and FE. RGB value is (227,53,254). Sum of RGB (Red+Green+Blue) = 227+53+254=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 53 (21.09% from 255 or 9.93% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #E335FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335FE is #1CCA01. Grayscale: #7F7F7F. Windows color (decimal): -1886722 or 16659939. OLE color: 16659939.
HSL color Cylindrical-coordinate representation of color #E335FE: hue angle of 291.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E335FE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 53 | 254 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.00 |
| HSL | 291.94º | 0.99% | 0.6% | - |
| HSV(B) | 291.94º | 0.79% | 1% | - |
| XYZ | 50.84 | 26.03 | 96.11 | - |
| YUV | 127.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 254 | 0.11 | 0.79 | 0 | 0.00 | 291.94 | 0.99 | 0.6 |
| Hex | E3 | 35 | FE | B | 4F | 0 | 0 | 124 | 63 | 3C |
| Octal | 343 | 65 | 376 | 13 | 117 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100011 | 110101 | 11111110 | 1011 | 1001111 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E335FE
Complementary color
Monochromatic Colors of #E335FE
Black with #E335FE
Text Example
Text Example
White with #E335FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335FE; }
p { color: rgb(227,53,254); }
H1.HeaderClassName
{
color: #E335FE;
}
.AnyTagClassName
{
color: #E335FE;
}
</style>
background-color css
<style>
a { background-color: #E335FE; }
a { background-color: rgb(227,53,254); }
div.DivClassName
{
background-color: #E335FE;
}
.BgClassName
{
background-color: #E335FE;
}
</style>
border-color css
<style>
span { border-color: #E335FE; }
span { border-color: rgb(227,53,254); }
td.TdClassName
{
border-color: #E335FE;
}
.TagClassName
{
border-color: #E335FE;
}
</style>