Shades of Psychedelic Purple #E334F8
Tints of Psychedelic Purple #E334F8
RGB
CMYK
RGB Variations
Color information
#E334F8 (or 0xE334F8) is known color: Psychedelic Purple. HEX triplet: E3, 34 and F8. RGB value is (227,52,248). Sum of RGB (Red+Green+Blue) = 227+52+248=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #E334F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334F8 is #1CCB07. Grayscale: #7E7E7E. Windows color (decimal): -1886984 or 16266467. OLE color: 16266467.
HSL color Cylindrical-coordinate representation of color #E334F8: hue angle of 293.57º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E334F8 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 52 | 248 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.03 |
| HSL | 293.57º | 0.93% | 0.59% | - |
| HSV(B) | 293.57º | 0.79% | 0.97% | - |
| XYZ | 49.85 | 25.56 | 91.11 | - |
| YUV | 126.67 | 196.48 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 248 | 0.08 | 0.79 | 0 | 0.03 | 293.57 | 0.93 | 0.59 |
| Hex | E3 | 34 | F8 | 8 | 4F | 0 | 3 | 126 | 5D | 3B |
| Octal | 343 | 64 | 370 | 10 | 117 | 0 | 3 | 446 | 135 | 73 |
| Binary | 11100011 | 110100 | 11111000 | 1000 | 1001111 | 0 | 11 | 100100110 | 1011101 | 111011 |
Color Harmonies of #E334F8
Complementary color
Monochromatic Colors of #E334F8
Black with #E334F8
Text Example
Text Example
White with #E334F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334F8; }
p { color: rgb(227,52,248); }
H1.HeaderClassName
{
color: #E334F8;
}
.AnyTagClassName
{
color: #E334F8;
}
</style>
background-color css
<style>
a { background-color: #E334F8; }
a { background-color: rgb(227,52,248); }
div.DivClassName
{
background-color: #E334F8;
}
.BgClassName
{
background-color: #E334F8;
}
</style>
border-color css
<style>
span { border-color: #E334F8; }
span { border-color: rgb(227,52,248); }
td.TdClassName
{
border-color: #E334F8;
}
.TagClassName
{
border-color: #E334F8;
}
</style>