Shades of Psychedelic Purple #E016FA
Tints of Psychedelic Purple #E016FA
RGB
CMYK
RGB Variations
Color information
#E016FA (or 0xE016FA) is known color: Psychedelic Purple. HEX triplet: E0, 16 and FA. RGB value is (224,22,250). Sum of RGB (Red+Green+Blue) = 224+22+250=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 22 (8.98% from 255 or 4.44% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E016FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016FA is #1FE905. Grayscale: #6B6B6B. Windows color (decimal): -2091270 or 16389856. OLE color: 16389856.
HSL color Cylindrical-coordinate representation of color #E016FA: hue angle of 293.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E016FA is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 22 | 250 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.02 |
| HSL | 293.16º | 0.96% | 0.53% | - |
| HSV(B) | 293.16º | 0.91% | 0.98% | - |
| XYZ | 48.28 | 23.32 | 92.4 | - |
| YUV | 108.39 | 207.92 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 250 | 0.10 | 0.91 | 0 | 0.02 | 293.16 | 0.96 | 0.53 |
| Hex | E0 | 16 | FA | A | 5B | 0 | 2 | 125 | 60 | 35 |
| Octal | 340 | 26 | 372 | 12 | 133 | 0 | 2 | 445 | 140 | 65 |
| Binary | 11100000 | 10110 | 11111010 | 1010 | 1011011 | 0 | 10 | 100100101 | 1100000 | 110101 |
Color Harmonies of #E016FA
Complementary color
Monochromatic Colors of #E016FA
Black with #E016FA
Text Example
Text Example
White with #E016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016FA; }
p { color: rgb(224,22,250); }
H1.HeaderClassName
{
color: #E016FA;
}
.AnyTagClassName
{
color: #E016FA;
}
</style>
background-color css
<style>
a { background-color: #E016FA; }
a { background-color: rgb(224,22,250); }
div.DivClassName
{
background-color: #E016FA;
}
.BgClassName
{
background-color: #E016FA;
}
</style>
border-color css
<style>
span { border-color: #E016FA; }
span { border-color: rgb(224,22,250); }
td.TdClassName
{
border-color: #E016FA;
}
.TagClassName
{
border-color: #E016FA;
}
</style>