Shades of Psychedelic Purple #E50FF6
Tints of Psychedelic Purple #E50FF6
RGB
CMYK
RGB Variations
Color information
#E50FF6 (or 0xE50FF6) is known color: Psychedelic Purple. HEX triplet: E5, 0F and F6. RGB value is (229,15,246). Sum of RGB (Red+Green+Blue) = 229+15+246=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #E50FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FF6 is #1AF009. Grayscale: #686868. Windows color (decimal): -1765386 or 16125925. OLE color: 16125925.
HSL color Cylindrical-coordinate representation of color #E50FF6: hue angle of 295.58º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FF6 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 15 | 246 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.04 |
| HSL | 295.58º | 0.93% | 0.51% | - |
| HSV(B) | 295.58º | 0.94% | 0.96% | - |
| XYZ | 49.12 | 23.65 | 89.17 | - |
| YUV | 105.32 | 207.4 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 246 | 0.07 | 0.94 | 0 | 0.04 | 295.58 | 0.93 | 0.51 |
| Hex | E5 | F | F6 | 7 | 5E | 0 | 4 | 128 | 5D | 33 |
| Octal | 345 | 17 | 366 | 7 | 136 | 0 | 4 | 450 | 135 | 63 |
| Binary | 11100101 | 1111 | 11110110 | 111 | 1011110 | 0 | 100 | 100101000 | 1011101 | 110011 |
Color Harmonies of #E50FF6
Complementary color
Monochromatic Colors of #E50FF6
Black with #E50FF6
Text Example
Text Example
White with #E50FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FF6; }
p { color: rgb(229,15,246); }
H1.HeaderClassName
{
color: #E50FF6;
}
.AnyTagClassName
{
color: #E50FF6;
}
</style>
background-color css
<style>
a { background-color: #E50FF6; }
a { background-color: rgb(229,15,246); }
div.DivClassName
{
background-color: #E50FF6;
}
.BgClassName
{
background-color: #E50FF6;
}
</style>
border-color css
<style>
span { border-color: #E50FF6; }
span { border-color: rgb(229,15,246); }
td.TdClassName
{
border-color: #E50FF6;
}
.TagClassName
{
border-color: #E50FF6;
}
</style>