Shades of Psychedelic Purple #E01CE5
Tints of Psychedelic Purple #E01CE5
RGB
CMYK
RGB Variations
Color information
#E01CE5 (or 0xE01CE5) is known color: Psychedelic Purple. HEX triplet: E0, 1C and E5. RGB value is (224,28,229). Sum of RGB (Red+Green+Blue) = 224+28+229=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #E01CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CE5 is #1FE31A. Grayscale: #6C6C6C. Windows color (decimal): -2089755 or 15015136. OLE color: 15015136.
HSL color Cylindrical-coordinate representation of color #E01CE5: hue angle of 298.51º degrees, saturation: 0.79, 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 #E01CE5 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 28 | 229 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.10 |
| HSL | 298.51º | 0.79% | 0.5% | - |
| HSV(B) | 298.51º | 0.88% | 0.9% | - |
| XYZ | 45.3 | 22.33 | 76.05 | - |
| YUV | 109.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 229 | 0.02 | 0.88 | 0 | 0.10 | 298.51 | 0.79 | 0.5 |
| Hex | E0 | 1C | E5 | 2 | 58 | 0 | A | 12B | 4F | 32 |
| Octal | 340 | 34 | 345 | 2 | 130 | 0 | 12 | 453 | 117 | 62 |
| Binary | 11100000 | 11100 | 11100101 | 10 | 1011000 | 0 | 1010 | 100101011 | 1001111 | 110010 |
Color Harmonies of #E01CE5
Complementary color
Monochromatic Colors of #E01CE5
Black with #E01CE5
Text Example
Text Example
White with #E01CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CE5; }
p { color: rgb(224,28,229); }
H1.HeaderClassName
{
color: #E01CE5;
}
.AnyTagClassName
{
color: #E01CE5;
}
</style>
background-color css
<style>
a { background-color: #E01CE5; }
a { background-color: rgb(224,28,229); }
div.DivClassName
{
background-color: #E01CE5;
}
.BgClassName
{
background-color: #E01CE5;
}
</style>
border-color css
<style>
span { border-color: #E01CE5; }
span { border-color: rgb(224,28,229); }
td.TdClassName
{
border-color: #E01CE5;
}
.TagClassName
{
border-color: #E01CE5;
}
</style>