Shades of Psychedelic Purple #E013E3
Tints of Psychedelic Purple #E013E3
RGB
CMYK
RGB Variations
Color information
#E013E3 (or 0xE013E3) is known color: Psychedelic Purple. HEX triplet: E0, 13 and E3. RGB value is (224,19,227). Sum of RGB (Red+Green+Blue) = 224+19+227=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #E013E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013E3 is #1FEC1C. Grayscale: #676767. Windows color (decimal): -2092061 or 14881760. OLE color: 14881760.
HSL color Cylindrical-coordinate representation of color #E013E3: hue angle of 299.13º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013E3 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 19 | 227 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.11 |
| HSL | 299.13º | 0.85% | 0.48% | - |
| HSV(B) | 299.13º | 0.92% | 0.89% | - |
| XYZ | 44.84 | 21.86 | 74.53 | - |
| YUV | 104.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 227 | 0.01 | 0.92 | 0 | 0.11 | 299.13 | 0.85 | 0.48 |
| Hex | E0 | 13 | E3 | 1 | 5C | 0 | B | 12B | 55 | 30 |
| Octal | 340 | 23 | 343 | 1 | 134 | 0 | 13 | 453 | 125 | 60 |
| Binary | 11100000 | 10011 | 11100011 | 1 | 1011100 | 0 | 1011 | 100101011 | 1010101 | 110000 |
Color Harmonies of #E013E3
Complementary color
Monochromatic Colors of #E013E3
Black with #E013E3
Text Example
Text Example
White with #E013E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013E3; }
p { color: rgb(224,19,227); }
H1.HeaderClassName
{
color: #E013E3;
}
.AnyTagClassName
{
color: #E013E3;
}
</style>
background-color css
<style>
a { background-color: #E013E3; }
a { background-color: rgb(224,19,227); }
div.DivClassName
{
background-color: #E013E3;
}
.BgClassName
{
background-color: #E013E3;
}
</style>
border-color css
<style>
span { border-color: #E013E3; }
span { border-color: rgb(224,19,227); }
td.TdClassName
{
border-color: #E013E3;
}
.TagClassName
{
border-color: #E013E3;
}
</style>