Shades of Psychedelic Purple #E002E5
Tints of Psychedelic Purple #E002E5
RGB
CMYK
RGB Variations
Color information
#E002E5 (or 0xE002E5) is known color: Psychedelic Purple. HEX triplet: E0, 02 and E5. RGB value is (224,2,229). Sum of RGB (Red+Green+Blue) = 224+2+229=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #E002E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002E5 is #1FFD1A. Grayscale: #5D5D5D. Windows color (decimal): -2096411 or 15008480. OLE color: 15008480.
HSL color Cylindrical-coordinate representation of color #E002E5: hue angle of 298.68º degrees, saturation: 0.98, 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 #E002E5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 2 | 229 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.10 |
| HSL | 298.68º | 0.98% | 0.45% | - |
| HSV(B) | 298.68º | 0.99% | 0.9% | - |
| XYZ | 44.91 | 21.55 | 75.92 | - |
| YUV | 94.26 | 204.05 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 229 | 0.02 | 0.99 | 0 | 0.10 | 298.68 | 0.98 | 0.45 |
| Hex | E0 | 2 | E5 | 2 | 63 | 0 | A | 12B | 62 | 2D |
| Octal | 340 | 2 | 345 | 2 | 143 | 0 | 12 | 453 | 142 | 55 |
| Binary | 11100000 | 10 | 11100101 | 10 | 1100011 | 0 | 1010 | 100101011 | 1100010 | 101101 |
Color Harmonies of #E002E5
Complementary color
Monochromatic Colors of #E002E5
Black with #E002E5
Text Example
Text Example
White with #E002E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002E5; }
p { color: rgb(224,2,229); }
H1.HeaderClassName
{
color: #E002E5;
}
.AnyTagClassName
{
color: #E002E5;
}
</style>
background-color css
<style>
a { background-color: #E002E5; }
a { background-color: rgb(224,2,229); }
div.DivClassName
{
background-color: #E002E5;
}
.BgClassName
{
background-color: #E002E5;
}
</style>
border-color css
<style>
span { border-color: #E002E5; }
span { border-color: rgb(224,2,229); }
td.TdClassName
{
border-color: #E002E5;
}
.TagClassName
{
border-color: #E002E5;
}
</style>