Shades of Psychedelic Purple #E50FF3
Tints of Psychedelic Purple #E50FF3
RGB
CMYK
RGB Variations
Color information
#E50FF3 (or 0xE50FF3) is known color: Psychedelic Purple. HEX triplet: E5, 0F and F3. RGB value is (229,15,243). Sum of RGB (Red+Green+Blue) = 229+15+243=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #E50FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FF3 is #1AF00C. Grayscale: #686868. Windows color (decimal): -1765389 or 15929317. OLE color: 15929317.
HSL color Cylindrical-coordinate representation of color #E50FF3: hue angle of 296.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FF3 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 15 | 243 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.05 |
| HSL | 296.32º | 0.9% | 0.51% | - |
| HSV(B) | 296.32º | 0.94% | 0.95% | - |
| XYZ | 48.66 | 23.47 | 86.76 | - |
| YUV | 104.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 243 | 0.06 | 0.94 | 0 | 0.05 | 296.32 | 0.9 | 0.51 |
| Hex | E5 | F | F3 | 6 | 5E | 0 | 5 | 128 | 5A | 33 |
| Octal | 345 | 17 | 363 | 6 | 136 | 0 | 5 | 450 | 132 | 63 |
| Binary | 11100101 | 1111 | 11110011 | 110 | 1011110 | 0 | 101 | 100101000 | 1011010 | 110011 |
Color Harmonies of #E50FF3
Complementary color
Monochromatic Colors of #E50FF3
Black with #E50FF3
Text Example
Text Example
White with #E50FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FF3; }
p { color: rgb(229,15,243); }
H1.HeaderClassName
{
color: #E50FF3;
}
.AnyTagClassName
{
color: #E50FF3;
}
</style>
background-color css
<style>
a { background-color: #E50FF3; }
a { background-color: rgb(229,15,243); }
div.DivClassName
{
background-color: #E50FF3;
}
.BgClassName
{
background-color: #E50FF3;
}
</style>
border-color css
<style>
span { border-color: #E50FF3; }
span { border-color: rgb(229,15,243); }
td.TdClassName
{
border-color: #E50FF3;
}
.TagClassName
{
border-color: #E50FF3;
}
</style>