Shades of Psychedelic Purple #E01AFB
Tints of Psychedelic Purple #E01AFB
RGB
CMYK
RGB Variations
Color information
#E01AFB (or 0xE01AFB) is known color: Psychedelic Purple. HEX triplet: E0, 1A and FB. RGB value is (224,26,251). Sum of RGB (Red+Green+Blue) = 224+26+251=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #E01AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01AFB is #1FE504. Grayscale: #6E6E6E. Windows color (decimal): -2090245 or 16456416. OLE color: 16456416.
HSL color Cylindrical-coordinate representation of color #E01AFB: hue angle of 292.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01AFB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 26 | 251 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.02 |
| HSL | 292.8º | 0.97% | 0.54% | - |
| HSV(B) | 292.8º | 0.9% | 0.98% | - |
| XYZ | 48.52 | 23.55 | 93.26 | - |
| YUV | 110.85 | 207.1 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 251 | 0.11 | 0.90 | 0 | 0.02 | 292.8 | 0.97 | 0.54 |
| Hex | E0 | 1A | FB | B | 5A | 0 | 2 | 125 | 61 | 36 |
| Octal | 340 | 32 | 373 | 13 | 132 | 0 | 2 | 445 | 141 | 66 |
| Binary | 11100000 | 11010 | 11111011 | 1011 | 1011010 | 0 | 10 | 100100101 | 1100001 | 110110 |
Color Harmonies of #E01AFB
Complementary color
Monochromatic Colors of #E01AFB
Black with #E01AFB
Text Example
Text Example
White with #E01AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AFB; }
p { color: rgb(224,26,251); }
H1.HeaderClassName
{
color: #E01AFB;
}
.AnyTagClassName
{
color: #E01AFB;
}
</style>
background-color css
<style>
a { background-color: #E01AFB; }
a { background-color: rgb(224,26,251); }
div.DivClassName
{
background-color: #E01AFB;
}
.BgClassName
{
background-color: #E01AFB;
}
</style>
border-color css
<style>
span { border-color: #E01AFB; }
span { border-color: rgb(224,26,251); }
td.TdClassName
{
border-color: #E01AFB;
}
.TagClassName
{
border-color: #E01AFB;
}
</style>