Shades of Psychedelic Purple #E01BF4
Tints of Psychedelic Purple #E01BF4
RGB
CMYK
RGB Variations
Color information
#E01BF4 (or 0xE01BF4) is known color: Psychedelic Purple. HEX triplet: E0, 1B and F4. RGB value is (224,27,244). Sum of RGB (Red+Green+Blue) = 224+27+244=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #E01BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01BF4 is #1FE40B. Grayscale: #6D6D6D. Windows color (decimal): -2089996 or 15997920. OLE color: 15997920.
HSL color Cylindrical-coordinate representation of color #E01BF4: hue angle of 294.47º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01BF4 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 27 | 244 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.04 |
| HSL | 294.47º | 0.91% | 0.53% | - |
| HSV(B) | 294.47º | 0.89% | 0.96% | - |
| XYZ | 47.46 | 23.16 | 87.56 | - |
| YUV | 110.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 244 | 0.08 | 0.89 | 0 | 0.04 | 294.47 | 0.91 | 0.53 |
| Hex | E0 | 1B | F4 | 8 | 59 | 0 | 4 | 126 | 5B | 35 |
| Octal | 340 | 33 | 364 | 10 | 131 | 0 | 4 | 446 | 133 | 65 |
| Binary | 11100000 | 11011 | 11110100 | 1000 | 1011001 | 0 | 100 | 100100110 | 1011011 | 110101 |
Color Harmonies of #E01BF4
Complementary color
Monochromatic Colors of #E01BF4
Black with #E01BF4
Text Example
Text Example
White with #E01BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BF4; }
p { color: rgb(224,27,244); }
H1.HeaderClassName
{
color: #E01BF4;
}
.AnyTagClassName
{
color: #E01BF4;
}
</style>
background-color css
<style>
a { background-color: #E01BF4; }
a { background-color: rgb(224,27,244); }
div.DivClassName
{
background-color: #E01BF4;
}
.BgClassName
{
background-color: #E01BF4;
}
</style>
border-color css
<style>
span { border-color: #E01BF4; }
span { border-color: rgb(224,27,244); }
td.TdClassName
{
border-color: #E01BF4;
}
.TagClassName
{
border-color: #E01BF4;
}
</style>