Shades of Psychedelic Purple #E01CFA
Tints of Psychedelic Purple #E01CFA
RGB
CMYK
RGB Variations
Color information
#E01CFA (or 0xE01CFA) is known color: Psychedelic Purple. HEX triplet: E0, 1C and FA. RGB value is (224,28,250). Sum of RGB (Red+Green+Blue) = 224+28+250=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #E01CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CFA is #1FE305. Grayscale: #6F6F6F. Windows color (decimal): -2089734 or 16391392. OLE color: 16391392.
HSL color Cylindrical-coordinate representation of color #E01CFA: hue angle of 292.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01CFA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 28 | 250 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.02 |
| HSL | 292.97º | 0.96% | 0.55% | - |
| HSV(B) | 292.97º | 0.89% | 0.98% | - |
| XYZ | 48.41 | 23.58 | 92.44 | - |
| YUV | 111.91 | 205.93 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 250 | 0.10 | 0.89 | 0 | 0.02 | 292.97 | 0.96 | 0.55 |
| Hex | E0 | 1C | FA | A | 59 | 0 | 2 | 125 | 60 | 37 |
| Octal | 340 | 34 | 372 | 12 | 131 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11100000 | 11100 | 11111010 | 1010 | 1011001 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #E01CFA
Complementary color
Monochromatic Colors of #E01CFA
Black with #E01CFA
Text Example
Text Example
White with #E01CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CFA; }
p { color: rgb(224,28,250); }
H1.HeaderClassName
{
color: #E01CFA;
}
.AnyTagClassName
{
color: #E01CFA;
}
</style>
background-color css
<style>
a { background-color: #E01CFA; }
a { background-color: rgb(224,28,250); }
div.DivClassName
{
background-color: #E01CFA;
}
.BgClassName
{
background-color: #E01CFA;
}
</style>
border-color css
<style>
span { border-color: #E01CFA; }
span { border-color: rgb(224,28,250); }
td.TdClassName
{
border-color: #E01CFA;
}
.TagClassName
{
border-color: #E01CFA;
}
</style>