Shades of Psychedelic Purple #E00DE5
Tints of Psychedelic Purple #E00DE5
RGB
CMYK
RGB Variations
Color information
#E00DE5 (or 0xE00DE5) is known color: Psychedelic Purple. HEX triplet: E0, 0D and E5. RGB value is (224,13,229). Sum of RGB (Red+Green+Blue) = 224+13+229=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #E00DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DE5 is #1FF21A. Grayscale: #646464. Windows color (decimal): -2093595 or 15011296. OLE color: 15011296.
HSL color Cylindrical-coordinate representation of color #E00DE5: hue angle of 298.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DE5 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 13 | 229 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.10 |
| HSL | 298.61º | 0.89% | 0.47% | - |
| HSV(B) | 298.61º | 0.94% | 0.9% | - |
| XYZ | 45.03 | 21.79 | 75.96 | - |
| YUV | 100.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 229 | 0.02 | 0.94 | 0 | 0.10 | 298.61 | 0.89 | 0.47 |
| Hex | E0 | D | E5 | 2 | 5E | 0 | A | 12B | 59 | 2F |
| Octal | 340 | 15 | 345 | 2 | 136 | 0 | 12 | 453 | 131 | 57 |
| Binary | 11100000 | 1101 | 11100101 | 10 | 1011110 | 0 | 1010 | 100101011 | 1011001 | 101111 |
Color Harmonies of #E00DE5
Complementary color
Monochromatic Colors of #E00DE5
Black with #E00DE5
Text Example
Text Example
White with #E00DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DE5; }
p { color: rgb(224,13,229); }
H1.HeaderClassName
{
color: #E00DE5;
}
.AnyTagClassName
{
color: #E00DE5;
}
</style>
background-color css
<style>
a { background-color: #E00DE5; }
a { background-color: rgb(224,13,229); }
div.DivClassName
{
background-color: #E00DE5;
}
.BgClassName
{
background-color: #E00DE5;
}
</style>
border-color css
<style>
span { border-color: #E00DE5; }
span { border-color: rgb(224,13,229); }
td.TdClassName
{
border-color: #E00DE5;
}
.TagClassName
{
border-color: #E00DE5;
}
</style>