Shades of Psychedelic Purple #E50FF8
Tints of Psychedelic Purple #E50FF8
RGB
CMYK
RGB Variations
Color information
#E50FF8 (or 0xE50FF8) is known color: Psychedelic Purple. HEX triplet: E5, 0F and F8. RGB value is (229,15,248). Sum of RGB (Red+Green+Blue) = 229+15+248=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #E50FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FF8 is #1AF007. Grayscale: #686868. Windows color (decimal): -1765384 or 16256997. OLE color: 16256997.
HSL color Cylindrical-coordinate representation of color #E50FF8: hue angle of 295.11º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FF8 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 15 | 248 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.03 |
| HSL | 295.11º | 0.94% | 0.52% | - |
| HSV(B) | 295.11º | 0.94% | 0.97% | - |
| XYZ | 49.43 | 23.78 | 90.79 | - |
| YUV | 105.55 | 208.4 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 248 | 0.08 | 0.94 | 0 | 0.03 | 295.11 | 0.94 | 0.52 |
| Hex | E5 | F | F8 | 8 | 5E | 0 | 3 | 127 | 5E | 34 |
| Octal | 345 | 17 | 370 | 10 | 136 | 0 | 3 | 447 | 136 | 64 |
| Binary | 11100101 | 1111 | 11111000 | 1000 | 1011110 | 0 | 11 | 100100111 | 1011110 | 110100 |
Color Harmonies of #E50FF8
Complementary color
Monochromatic Colors of #E50FF8
Black with #E50FF8
Text Example
Text Example
White with #E50FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FF8; }
p { color: rgb(229,15,248); }
H1.HeaderClassName
{
color: #E50FF8;
}
.AnyTagClassName
{
color: #E50FF8;
}
</style>
background-color css
<style>
a { background-color: #E50FF8; }
a { background-color: rgb(229,15,248); }
div.DivClassName
{
background-color: #E50FF8;
}
.BgClassName
{
background-color: #E50FF8;
}
</style>
border-color css
<style>
span { border-color: #E50FF8; }
span { border-color: rgb(229,15,248); }
td.TdClassName
{
border-color: #E50FF8;
}
.TagClassName
{
border-color: #E50FF8;
}
</style>