Shades of Psychedelic Purple #E033F7
Tints of Psychedelic Purple #E033F7
RGB
CMYK
RGB Variations
Color information
#E033F7 (or 0xE033F7) is known color: Psychedelic Purple. HEX triplet: E0, 33 and F7. RGB value is (224,51,247). Sum of RGB (Red+Green+Blue) = 224+51+247=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #E033F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033F7 is #1FCC08. Grayscale: #7C7C7C. Windows color (decimal): -2083849 or 16200672. OLE color: 16200672.
HSL color Cylindrical-coordinate representation of color #E033F7: hue angle of 292.96º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E033F7 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 51 | 247 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.03 |
| HSL | 292.96º | 0.92% | 0.58% | - |
| HSV(B) | 292.96º | 0.79% | 0.97% | - |
| XYZ | 48.71 | 24.93 | 90.24 | - |
| YUV | 125.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 247 | 0.09 | 0.79 | 0 | 0.03 | 292.96 | 0.92 | 0.58 |
| Hex | E0 | 33 | F7 | 9 | 4F | 0 | 3 | 125 | 5C | 3A |
| Octal | 340 | 63 | 367 | 11 | 117 | 0 | 3 | 445 | 134 | 72 |
| Binary | 11100000 | 110011 | 11110111 | 1001 | 1001111 | 0 | 11 | 100100101 | 1011100 | 111010 |
Color Harmonies of #E033F7
Complementary color
Monochromatic Colors of #E033F7
Black with #E033F7
Text Example
Text Example
White with #E033F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E033F7; }
p { color: rgb(224,51,247); }
H1.HeaderClassName
{
color: #E033F7;
}
.AnyTagClassName
{
color: #E033F7;
}
</style>
background-color css
<style>
a { background-color: #E033F7; }
a { background-color: rgb(224,51,247); }
div.DivClassName
{
background-color: #E033F7;
}
.BgClassName
{
background-color: #E033F7;
}
</style>
border-color css
<style>
span { border-color: #E033F7; }
span { border-color: rgb(224,51,247); }
td.TdClassName
{
border-color: #E033F7;
}
.TagClassName
{
border-color: #E033F7;
}
</style>