Shades of Psychedelic Purple #E010FD
Tints of Psychedelic Purple #E010FD
RGB
CMYK
RGB Variations
Color information
#E010FD (or 0xE010FD) is known color: Psychedelic Purple. HEX triplet: E0, 10 and FD. RGB value is (224,16,253). Sum of RGB (Red+Green+Blue) = 224+16+253=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #E010FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010FD is #1FEF02. Grayscale: #686868. Windows color (decimal): -2092803 or 16584928. OLE color: 16584928.
HSL color Cylindrical-coordinate representation of color #E010FD: hue angle of 292.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E010FD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 16 | 253 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.01 |
| HSL | 292.66º | 0.98% | 0.53% | - |
| HSV(B) | 292.66º | 0.94% | 0.99% | - |
| XYZ | 48.66 | 23.31 | 94.86 | - |
| YUV | 105.21 | 211.41 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 253 | 0.11 | 0.94 | 0 | 0.01 | 292.66 | 0.98 | 0.53 |
| Hex | E0 | 10 | FD | B | 5E | 0 | 1 | 125 | 62 | 35 |
| Octal | 340 | 20 | 375 | 13 | 136 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100000 | 10000 | 11111101 | 1011 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E010FD
Complementary color
Monochromatic Colors of #E010FD
Black with #E010FD
Text Example
Text Example
White with #E010FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010FD; }
p { color: rgb(224,16,253); }
H1.HeaderClassName
{
color: #E010FD;
}
.AnyTagClassName
{
color: #E010FD;
}
</style>
background-color css
<style>
a { background-color: #E010FD; }
a { background-color: rgb(224,16,253); }
div.DivClassName
{
background-color: #E010FD;
}
.BgClassName
{
background-color: #E010FD;
}
</style>
border-color css
<style>
span { border-color: #E010FD; }
span { border-color: rgb(224,16,253); }
td.TdClassName
{
border-color: #E010FD;
}
.TagClassName
{
border-color: #E010FD;
}
</style>