Shades of Psychedelic Purple #E010FF
Tints of Psychedelic Purple #E010FF
RGB
CMYK
RGB Variations
Color information
#E010FF (or 0xE010FF) is known color: Psychedelic Purple. HEX triplet: E0, 10 and FF. RGB value is (224,16,255). Sum of RGB (Red+Green+Blue) = 224+16+255=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E010FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010FF is #1FEF00. Grayscale: #686868. Windows color (decimal): -2092801 or 16716000. OLE color: 16716000.
HSL color Cylindrical-coordinate representation of color #E010FF: hue angle of 292.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E010FF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 16 | 255 | - |
| CMYK | 0.12 | 0.94 | 0 | 0 |
| HSL | 292.22º | 1% | 0.53% | - |
| HSV(B) | 292.22º | 0.94% | 1% | - |
| XYZ | 48.98 | 23.44 | 96.55 | - |
| YUV | 105.44 | 212.41 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 255 | 0.12 | 0.94 | 0 | 0 | 292.22 | 1 | 0.53 |
| Hex | E0 | 10 | FF | C | 5E | 0 | 0 | 124 | 64 | 35 |
| Octal | 340 | 20 | 377 | 14 | 136 | 0 | 0 | 444 | 144 | 65 |
| Binary | 11100000 | 10000 | 11111111 | 1100 | 1011110 | 0 | 0 | 100100100 | 1100100 | 110101 |
Color Harmonies of #E010FF
Complementary color
Monochromatic Colors of #E010FF
Black with #E010FF
Text Example
Text Example
White with #E010FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010FF; }
p { color: rgb(224,16,255); }
H1.HeaderClassName
{
color: #E010FF;
}
.AnyTagClassName
{
color: #E010FF;
}
</style>
background-color css
<style>
a { background-color: #E010FF; }
a { background-color: rgb(224,16,255); }
div.DivClassName
{
background-color: #E010FF;
}
.BgClassName
{
background-color: #E010FF;
}
</style>
border-color css
<style>
span { border-color: #E010FF; }
span { border-color: rgb(224,16,255); }
td.TdClassName
{
border-color: #E010FF;
}
.TagClassName
{
border-color: #E010FF;
}
</style>