Shades of Psychedelic Purple #E01AFC
Tints of Psychedelic Purple #E01AFC
RGB
CMYK
RGB Variations
Color information
#E01AFC (or 0xE01AFC) is known color: Psychedelic Purple. HEX triplet: E0, 1A and FC. RGB value is (224,26,252). Sum of RGB (Red+Green+Blue) = 224+26+252=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #E01AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01AFC is #1FE503. Grayscale: #6E6E6E. Windows color (decimal): -2090244 or 16521952. OLE color: 16521952.
HSL color Cylindrical-coordinate representation of color #E01AFC: hue angle of 292.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01AFC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 26 | 252 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.01 |
| HSL | 292.57º | 0.97% | 0.55% | - |
| HSV(B) | 292.57º | 0.9% | 0.99% | - |
| XYZ | 48.68 | 23.61 | 94.09 | - |
| YUV | 110.97 | 207.6 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 252 | 0.11 | 0.90 | 0 | 0.01 | 292.57 | 0.97 | 0.55 |
| Hex | E0 | 1A | FC | B | 5A | 0 | 1 | 125 | 61 | 37 |
| Octal | 340 | 32 | 374 | 13 | 132 | 0 | 1 | 445 | 141 | 67 |
| Binary | 11100000 | 11010 | 11111100 | 1011 | 1011010 | 0 | 1 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E01AFC
Complementary color
Monochromatic Colors of #E01AFC
Black with #E01AFC
Text Example
Text Example
White with #E01AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AFC; }
p { color: rgb(224,26,252); }
H1.HeaderClassName
{
color: #E01AFC;
}
.AnyTagClassName
{
color: #E01AFC;
}
</style>
background-color css
<style>
a { background-color: #E01AFC; }
a { background-color: rgb(224,26,252); }
div.DivClassName
{
background-color: #E01AFC;
}
.BgClassName
{
background-color: #E01AFC;
}
</style>
border-color css
<style>
span { border-color: #E01AFC; }
span { border-color: rgb(224,26,252); }
td.TdClassName
{
border-color: #E01AFC;
}
.TagClassName
{
border-color: #E01AFC;
}
</style>