Shades of Psychedelic Purple #E01BFF
Tints of Psychedelic Purple #E01BFF
RGB
CMYK
RGB Variations
Color information
#E01BFF (or 0xE01BFF) is known color: Psychedelic Purple. HEX triplet: E0, 1B and FF. RGB value is (224,27,255). Sum of RGB (Red+Green+Blue) = 224+27+255=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #E01BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01BFF is #1FE400. Grayscale: #6F6F6F. Windows color (decimal): -2089985 or 16718816. OLE color: 16718816.
HSL color Cylindrical-coordinate representation of color #E01BFF: hue angle of 291.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01BFF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 27 | 255 | - |
| CMYK | 0.12 | 0.89 | 0 | 0 |
| HSL | 291.84º | 1% | 0.55% | - |
| HSV(B) | 291.84º | 0.89% | 1% | - |
| XYZ | 49.18 | 23.85 | 96.62 | - |
| YUV | 111.9 | 208.77 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 255 | 0.12 | 0.89 | 0 | 0 | 291.84 | 1 | 0.55 |
| Hex | E0 | 1B | FF | C | 59 | 0 | 0 | 124 | 64 | 37 |
| Octal | 340 | 33 | 377 | 14 | 131 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100000 | 11011 | 11111111 | 1100 | 1011001 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E01BFF
Complementary color
Monochromatic Colors of #E01BFF
Black with #E01BFF
Text Example
Text Example
White with #E01BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BFF; }
p { color: rgb(224,27,255); }
H1.HeaderClassName
{
color: #E01BFF;
}
.AnyTagClassName
{
color: #E01BFF;
}
</style>
background-color css
<style>
a { background-color: #E01BFF; }
a { background-color: rgb(224,27,255); }
div.DivClassName
{
background-color: #E01BFF;
}
.BgClassName
{
background-color: #E01BFF;
}
</style>
border-color css
<style>
span { border-color: #E01BFF; }
span { border-color: rgb(224,27,255); }
td.TdClassName
{
border-color: #E01BFF;
}
.TagClassName
{
border-color: #E01BFF;
}
</style>