Shades of Psychedelic Purple #E333FE
Tints of Psychedelic Purple #E333FE
RGB
CMYK
RGB Variations
Color information
#E333FE (or 0xE333FE) is known color: Psychedelic Purple. HEX triplet: E3, 33 and FE. RGB value is (227,51,254). Sum of RGB (Red+Green+Blue) = 227+51+254=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 51 (20.31% from 255 or 9.59% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #E333FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E333FE is #1CCC01. Grayscale: #7E7E7E. Windows color (decimal): -1887234 or 16659427. OLE color: 16659427.
HSL color Cylindrical-coordinate representation of color #E333FE: hue angle of 292.02º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E333FE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 51 | 254 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.00 |
| HSL | 292.02º | 0.99% | 0.6% | - |
| HSV(B) | 292.02º | 0.8% | 1% | - |
| XYZ | 50.75 | 25.85 | 96.08 | - |
| YUV | 126.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 51 | 254 | 0.11 | 0.80 | 0 | 0.00 | 292.02 | 0.99 | 0.6 |
| Hex | E3 | 33 | FE | B | 50 | 0 | 0 | 124 | 63 | 3C |
| Octal | 343 | 63 | 376 | 13 | 120 | 0 | 0 | 444 | 143 | 74 |
| Binary | 11100011 | 110011 | 11111110 | 1011 | 1010000 | 0 | 0 | 100100100 | 1100011 | 111100 |
Color Harmonies of #E333FE
Complementary color
Monochromatic Colors of #E333FE
Black with #E333FE
Text Example
Text Example
White with #E333FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E333FE; }
p { color: rgb(227,51,254); }
H1.HeaderClassName
{
color: #E333FE;
}
.AnyTagClassName
{
color: #E333FE;
}
</style>
background-color css
<style>
a { background-color: #E333FE; }
a { background-color: rgb(227,51,254); }
div.DivClassName
{
background-color: #E333FE;
}
.BgClassName
{
background-color: #E333FE;
}
</style>
border-color css
<style>
span { border-color: #E333FE; }
span { border-color: rgb(227,51,254); }
td.TdClassName
{
border-color: #E333FE;
}
.TagClassName
{
border-color: #E333FE;
}
</style>