Shades of Psychedelic Purple #E50FFB
Tints of Psychedelic Purple #E50FFB
RGB
CMYK
RGB Variations
Color information
#E50FFB (or 0xE50FFB) is known color: Psychedelic Purple. HEX triplet: E5, 0F and FB. RGB value is (229,15,251). Sum of RGB (Red+Green+Blue) = 229+15+251=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #E50FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FFB is #1AF004. Grayscale: #696969. Windows color (decimal): -1765381 or 16453605. OLE color: 16453605.
HSL color Cylindrical-coordinate representation of color #E50FFB: hue angle of 294.41º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FFB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 15 | 251 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.02 |
| HSL | 294.41º | 0.97% | 0.52% | - |
| HSV(B) | 294.41º | 0.94% | 0.98% | - |
| XYZ | 49.9 | 23.96 | 93.26 | - |
| YUV | 105.89 | 209.9 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 251 | 0.09 | 0.94 | 0 | 0.02 | 294.41 | 0.97 | 0.52 |
| Hex | E5 | F | FB | 9 | 5E | 0 | 2 | 126 | 61 | 34 |
| Octal | 345 | 17 | 373 | 11 | 136 | 0 | 2 | 446 | 141 | 64 |
| Binary | 11100101 | 1111 | 11111011 | 1001 | 1011110 | 0 | 10 | 100100110 | 1100001 | 110100 |
Color Harmonies of #E50FFB
Complementary color
Monochromatic Colors of #E50FFB
Black with #E50FFB
Text Example
Text Example
White with #E50FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FFB; }
p { color: rgb(229,15,251); }
H1.HeaderClassName
{
color: #E50FFB;
}
.AnyTagClassName
{
color: #E50FFB;
}
</style>
background-color css
<style>
a { background-color: #E50FFB; }
a { background-color: rgb(229,15,251); }
div.DivClassName
{
background-color: #E50FFB;
}
.BgClassName
{
background-color: #E50FFB;
}
</style>
border-color css
<style>
span { border-color: #E50FFB; }
span { border-color: rgb(229,15,251); }
td.TdClassName
{
border-color: #E50FFB;
}
.TagClassName
{
border-color: #E50FFB;
}
</style>