Shades of Psychedelic Purple #E003EA
Tints of Psychedelic Purple #E003EA
RGB
CMYK
RGB Variations
Color information
#E003EA (or 0xE003EA) is known color: Psychedelic Purple. HEX triplet: E0, 03 and EA. RGB value is (224,3,234). Sum of RGB (Red+Green+Blue) = 224+3+234=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #E003EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E003EA is #1FFC15. Grayscale: #5E5E5E. Windows color (decimal): -2096150 or 15336416. OLE color: 15336416.
HSL color Cylindrical-coordinate representation of color #E003EA: hue angle of 297.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003EA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 3 | 234 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.08 |
| HSL | 297.4º | 0.97% | 0.46% | - |
| HSV(B) | 297.4º | 0.99% | 0.92% | - |
| XYZ | 45.62 | 21.85 | 79.66 | - |
| YUV | 95.41 | 206.22 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 234 | 0.04 | 0.99 | 0 | 0.08 | 297.4 | 0.97 | 0.46 |
| Hex | E0 | 3 | EA | 4 | 63 | 0 | 8 | 129 | 61 | 2E |
| Octal | 340 | 3 | 352 | 4 | 143 | 0 | 10 | 451 | 141 | 56 |
| Binary | 11100000 | 11 | 11101010 | 100 | 1100011 | 0 | 1000 | 100101001 | 1100001 | 101110 |
Color Harmonies of #E003EA
Complementary color
Monochromatic Colors of #E003EA
Black with #E003EA
Text Example
Text Example
White with #E003EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003EA; }
p { color: rgb(224,3,234); }
H1.HeaderClassName
{
color: #E003EA;
}
.AnyTagClassName
{
color: #E003EA;
}
</style>
background-color css
<style>
a { background-color: #E003EA; }
a { background-color: rgb(224,3,234); }
div.DivClassName
{
background-color: #E003EA;
}
.BgClassName
{
background-color: #E003EA;
}
</style>
border-color css
<style>
span { border-color: #E003EA; }
span { border-color: rgb(224,3,234); }
td.TdClassName
{
border-color: #E003EA;
}
.TagClassName
{
border-color: #E003EA;
}
</style>