Shades of Psychedelic Purple #E003E5
Tints of Psychedelic Purple #E003E5
RGB
CMYK
RGB Variations
Color information
#E003E5 (or 0xE003E5) is known color: Psychedelic Purple. HEX triplet: E0, 03 and E5. RGB value is (224,3,229). Sum of RGB (Red+Green+Blue) = 224+3+229=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #E003E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003E5 is #1FFC1A. Grayscale: #5E5E5E. Windows color (decimal): -2096155 or 15008736. OLE color: 15008736.
HSL color Cylindrical-coordinate representation of color #E003E5: hue angle of 298.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003E5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 3 | 229 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.10 |
| HSL | 298.67º | 0.97% | 0.45% | - |
| HSV(B) | 298.67º | 0.99% | 0.9% | - |
| XYZ | 44.92 | 21.57 | 75.92 | - |
| YUV | 94.84 | 203.72 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 229 | 0.02 | 0.99 | 0 | 0.10 | 298.67 | 0.97 | 0.45 |
| Hex | E0 | 3 | E5 | 2 | 63 | 0 | A | 12B | 61 | 2D |
| Octal | 340 | 3 | 345 | 2 | 143 | 0 | 12 | 453 | 141 | 55 |
| Binary | 11100000 | 11 | 11100101 | 10 | 1100011 | 0 | 1010 | 100101011 | 1100001 | 101101 |
Color Harmonies of #E003E5
Complementary color
Monochromatic Colors of #E003E5
Black with #E003E5
Text Example
Text Example
White with #E003E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003E5; }
p { color: rgb(224,3,229); }
H1.HeaderClassName
{
color: #E003E5;
}
.AnyTagClassName
{
color: #E003E5;
}
</style>
background-color css
<style>
a { background-color: #E003E5; }
a { background-color: rgb(224,3,229); }
div.DivClassName
{
background-color: #E003E5;
}
.BgClassName
{
background-color: #E003E5;
}
</style>
border-color css
<style>
span { border-color: #E003E5; }
span { border-color: rgb(224,3,229); }
td.TdClassName
{
border-color: #E003E5;
}
.TagClassName
{
border-color: #E003E5;
}
</style>