Shades of Psychedelic Purple #E01CEA
Tints of Psychedelic Purple #E01CEA
RGB
CMYK
RGB Variations
Color information
#E01CEA (or 0xE01CEA) is known color: Psychedelic Purple. HEX triplet: E0, 1C and EA. RGB value is (224,28,234). Sum of RGB (Red+Green+Blue) = 224+28+234=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #E01CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CEA is #1FE315. Grayscale: #6D6D6D. Windows color (decimal): -2089750 or 15342816. OLE color: 15342816.
HSL color Cylindrical-coordinate representation of color #E01CEA: hue angle of 297.09º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CEA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 28 | 234 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.08 |
| HSL | 297.09º | 0.83% | 0.51% | - |
| HSV(B) | 297.09º | 0.88% | 0.92% | - |
| XYZ | 46.01 | 22.62 | 79.78 | - |
| YUV | 110.09 | 197.93 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 234 | 0.04 | 0.88 | 0 | 0.08 | 297.09 | 0.83 | 0.51 |
| Hex | E0 | 1C | EA | 4 | 58 | 0 | 8 | 129 | 53 | 33 |
| Octal | 340 | 34 | 352 | 4 | 130 | 0 | 10 | 451 | 123 | 63 |
| Binary | 11100000 | 11100 | 11101010 | 100 | 1011000 | 0 | 1000 | 100101001 | 1010011 | 110011 |
Color Harmonies of #E01CEA
Complementary color
Monochromatic Colors of #E01CEA
Black with #E01CEA
Text Example
Text Example
White with #E01CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CEA; }
p { color: rgb(224,28,234); }
H1.HeaderClassName
{
color: #E01CEA;
}
.AnyTagClassName
{
color: #E01CEA;
}
</style>
background-color css
<style>
a { background-color: #E01CEA; }
a { background-color: rgb(224,28,234); }
div.DivClassName
{
background-color: #E01CEA;
}
.BgClassName
{
background-color: #E01CEA;
}
</style>
border-color css
<style>
span { border-color: #E01CEA; }
span { border-color: rgb(224,28,234); }
td.TdClassName
{
border-color: #E01CEA;
}
.TagClassName
{
border-color: #E01CEA;
}
</style>