Shades of Psychedelic Purple #E01CE3
Tints of Psychedelic Purple #E01CE3
RGB
CMYK
RGB Variations
Color information
#E01CE3 (or 0xE01CE3) is known color: Psychedelic Purple. HEX triplet: E0, 1C and E3. RGB value is (224,28,227). Sum of RGB (Red+Green+Blue) = 224+28+227=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #E01CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CE3 is #1FE31C. Grayscale: #6C6C6C. Windows color (decimal): -2089757 or 14884064. OLE color: 14884064.
HSL color Cylindrical-coordinate representation of color #E01CE3: hue angle of 299.1º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CE3 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 28 | 227 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.11 |
| HSL | 299.1º | 0.78% | 0.5% | - |
| HSV(B) | 299.1º | 0.88% | 0.89% | - |
| XYZ | 45.02 | 22.22 | 74.59 | - |
| YUV | 109.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 227 | 0.01 | 0.88 | 0 | 0.11 | 299.1 | 0.78 | 0.5 |
| Hex | E0 | 1C | E3 | 1 | 58 | 0 | B | 12B | 4E | 32 |
| Octal | 340 | 34 | 343 | 1 | 130 | 0 | 13 | 453 | 116 | 62 |
| Binary | 11100000 | 11100 | 11100011 | 1 | 1011000 | 0 | 1011 | 100101011 | 1001110 | 110010 |
Color Harmonies of #E01CE3
Complementary color
Monochromatic Colors of #E01CE3
Black with #E01CE3
Text Example
Text Example
White with #E01CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CE3; }
p { color: rgb(224,28,227); }
H1.HeaderClassName
{
color: #E01CE3;
}
.AnyTagClassName
{
color: #E01CE3;
}
</style>
background-color css
<style>
a { background-color: #E01CE3; }
a { background-color: rgb(224,28,227); }
div.DivClassName
{
background-color: #E01CE3;
}
.BgClassName
{
background-color: #E01CE3;
}
</style>
border-color css
<style>
span { border-color: #E01CE3; }
span { border-color: rgb(224,28,227); }
td.TdClassName
{
border-color: #E01CE3;
}
.TagClassName
{
border-color: #E01CE3;
}
</style>