Shades of Psychedelic Purple #E005E5
Tints of Psychedelic Purple #E005E5
RGB
CMYK
RGB Variations
Color information
#E005E5 (or 0xE005E5) is known color: Psychedelic Purple. HEX triplet: E0, 05 and E5. RGB value is (224,5,229). Sum of RGB (Red+Green+Blue) = 224+5+229=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #E005E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005E5 is #1FFA1A. Grayscale: #5F5F5F. Windows color (decimal): -2095643 or 15009248. OLE color: 15009248.
HSL color Cylindrical-coordinate representation of color #E005E5: hue angle of 298.66º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005E5 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 5 | 229 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.10 |
| HSL | 298.66º | 0.96% | 0.46% | - |
| HSV(B) | 298.66º | 0.98% | 0.9% | - |
| XYZ | 44.94 | 21.61 | 75.93 | - |
| YUV | 96.02 | 203.05 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 229 | 0.02 | 0.98 | 0 | 0.10 | 298.66 | 0.96 | 0.46 |
| Hex | E0 | 5 | E5 | 2 | 62 | 0 | A | 12B | 60 | 2E |
| Octal | 340 | 5 | 345 | 2 | 142 | 0 | 12 | 453 | 140 | 56 |
| Binary | 11100000 | 101 | 11100101 | 10 | 1100010 | 0 | 1010 | 100101011 | 1100000 | 101110 |
Color Harmonies of #E005E5
Complementary color
Monochromatic Colors of #E005E5
Black with #E005E5
Text Example
Text Example
White with #E005E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005E5; }
p { color: rgb(224,5,229); }
H1.HeaderClassName
{
color: #E005E5;
}
.AnyTagClassName
{
color: #E005E5;
}
</style>
background-color css
<style>
a { background-color: #E005E5; }
a { background-color: rgb(224,5,229); }
div.DivClassName
{
background-color: #E005E5;
}
.BgClassName
{
background-color: #E005E5;
}
</style>
border-color css
<style>
span { border-color: #E005E5; }
span { border-color: rgb(224,5,229); }
td.TdClassName
{
border-color: #E005E5;
}
.TagClassName
{
border-color: #E005E5;
}
</style>