Shades of Psychedelic Purple #E01BE8
Tints of Psychedelic Purple #E01BE8
RGB
CMYK
RGB Variations
Color information
#E01BE8 (or 0xE01BE8) is known color: Psychedelic Purple. HEX triplet: E0, 1B and E8. RGB value is (224,27,232). Sum of RGB (Red+Green+Blue) = 224+27+232=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #E01BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01BE8 is #1FE417. Grayscale: #6C6C6C. Windows color (decimal): -2090008 or 15211488. OLE color: 15211488.
HSL color Cylindrical-coordinate representation of color #E01BE8: hue angle of 297.66º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BE8 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 27 | 232 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.09 |
| HSL | 297.66º | 0.82% | 0.51% | - |
| HSV(B) | 297.66º | 0.88% | 0.91% | - |
| XYZ | 45.7 | 22.46 | 78.27 | - |
| YUV | 109.27 | 197.27 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 232 | 0.03 | 0.88 | 0 | 0.09 | 297.66 | 0.82 | 0.51 |
| Hex | E0 | 1B | E8 | 3 | 58 | 0 | 9 | 12A | 52 | 33 |
| Octal | 340 | 33 | 350 | 3 | 130 | 0 | 11 | 452 | 122 | 63 |
| Binary | 11100000 | 11011 | 11101000 | 11 | 1011000 | 0 | 1001 | 100101010 | 1010010 | 110011 |
Color Harmonies of #E01BE8
Complementary color
Monochromatic Colors of #E01BE8
Black with #E01BE8
Text Example
Text Example
White with #E01BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BE8; }
p { color: rgb(224,27,232); }
H1.HeaderClassName
{
color: #E01BE8;
}
.AnyTagClassName
{
color: #E01BE8;
}
</style>
background-color css
<style>
a { background-color: #E01BE8; }
a { background-color: rgb(224,27,232); }
div.DivClassName
{
background-color: #E01BE8;
}
.BgClassName
{
background-color: #E01BE8;
}
</style>
border-color css
<style>
span { border-color: #E01BE8; }
span { border-color: rgb(224,27,232); }
td.TdClassName
{
border-color: #E01BE8;
}
.TagClassName
{
border-color: #E01BE8;
}
</style>