Shades of Psychedelic Purple #E01BE6
Tints of Psychedelic Purple #E01BE6
RGB
CMYK
RGB Variations
Color information
#E01BE6 (or 0xE01BE6) is known color: Psychedelic Purple. HEX triplet: E0, 1B and E6. RGB value is (224,27,230). Sum of RGB (Red+Green+Blue) = 224+27+230=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #E01BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01BE6 is #1FE419. Grayscale: #6C6C6C. Windows color (decimal): -2090010 or 15080416. OLE color: 15080416.
HSL color Cylindrical-coordinate representation of color #E01BE6: hue angle of 298.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BE6 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 27 | 230 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.10 |
| HSL | 298.23º | 0.8% | 0.5% | - |
| HSV(B) | 298.23º | 0.88% | 0.9% | - |
| XYZ | 45.42 | 22.34 | 76.78 | - |
| YUV | 109.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 230 | 0.03 | 0.88 | 0 | 0.10 | 298.23 | 0.8 | 0.5 |
| Hex | E0 | 1B | E6 | 3 | 58 | 0 | A | 12A | 50 | 32 |
| Octal | 340 | 33 | 346 | 3 | 130 | 0 | 12 | 452 | 120 | 62 |
| Binary | 11100000 | 11011 | 11100110 | 11 | 1011000 | 0 | 1010 | 100101010 | 1010000 | 110010 |
Color Harmonies of #E01BE6
Complementary color
Monochromatic Colors of #E01BE6
Black with #E01BE6
Text Example
Text Example
White with #E01BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BE6; }
p { color: rgb(224,27,230); }
H1.HeaderClassName
{
color: #E01BE6;
}
.AnyTagClassName
{
color: #E01BE6;
}
</style>
background-color css
<style>
a { background-color: #E01BE6; }
a { background-color: rgb(224,27,230); }
div.DivClassName
{
background-color: #E01BE6;
}
.BgClassName
{
background-color: #E01BE6;
}
</style>
border-color css
<style>
span { border-color: #E01BE6; }
span { border-color: rgb(224,27,230); }
td.TdClassName
{
border-color: #E01BE6;
}
.TagClassName
{
border-color: #E01BE6;
}
</style>