Shades of Psychedelic Purple #E01BF2
Tints of Psychedelic Purple #E01BF2
RGB
CMYK
RGB Variations
Color information
#E01BF2 (or 0xE01BF2) is known color: Psychedelic Purple. HEX triplet: E0, 1B and F2. RGB value is (224,27,242). Sum of RGB (Red+Green+Blue) = 224+27+242=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #E01BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01BF2 is #1FE40D. Grayscale: #6D6D6D. Windows color (decimal): -2089998 or 15866848. OLE color: 15866848.
HSL color Cylindrical-coordinate representation of color #E01BF2: hue angle of 294.98º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01BF2 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 27 | 242 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.05 |
| HSL | 294.98º | 0.89% | 0.53% | - |
| HSV(B) | 294.98º | 0.89% | 0.95% | - |
| XYZ | 47.16 | 23.04 | 85.97 | - |
| YUV | 110.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 242 | 0.07 | 0.89 | 0 | 0.05 | 294.98 | 0.89 | 0.53 |
| Hex | E0 | 1B | F2 | 7 | 59 | 0 | 5 | 127 | 59 | 35 |
| Octal | 340 | 33 | 362 | 7 | 131 | 0 | 5 | 447 | 131 | 65 |
| Binary | 11100000 | 11011 | 11110010 | 111 | 1011001 | 0 | 101 | 100100111 | 1011001 | 110101 |
Color Harmonies of #E01BF2
Complementary color
Monochromatic Colors of #E01BF2
Black with #E01BF2
Text Example
Text Example
White with #E01BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BF2; }
p { color: rgb(224,27,242); }
H1.HeaderClassName
{
color: #E01BF2;
}
.AnyTagClassName
{
color: #E01BF2;
}
</style>
background-color css
<style>
a { background-color: #E01BF2; }
a { background-color: rgb(224,27,242); }
div.DivClassName
{
background-color: #E01BF2;
}
.BgClassName
{
background-color: #E01BF2;
}
</style>
border-color css
<style>
span { border-color: #E01BF2; }
span { border-color: rgb(224,27,242); }
td.TdClassName
{
border-color: #E01BF2;
}
.TagClassName
{
border-color: #E01BF2;
}
</style>