Shades of Psychedelic Purple #E40DEA
Tints of Psychedelic Purple #E40DEA
RGB
CMYK
RGB Variations
Color information
#E40DEA (or 0xE40DEA) is known color: Psychedelic Purple. HEX triplet: E4, 0D and EA. RGB value is (228,13,234). Sum of RGB (Red+Green+Blue) = 228+13+234=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #E40DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DEA is #1BF215. Grayscale: #656565. Windows color (decimal): -1831446 or 15338980. OLE color: 15338980.
HSL color Cylindrical-coordinate representation of color #E40DEA: hue angle of 298.37º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 13 | 234 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 298.37º | 0.89% | 0.48% | - |
| HSV(B) | 298.37º | 0.94% | 0.92% | - |
| XYZ | 46.99 | 22.72 | 79.75 | - |
| YUV | 102.48 | 202.23 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 234 | 0.03 | 0.94 | 0 | 0.08 | 298.37 | 0.89 | 0.48 |
| Hex | E4 | D | EA | 3 | 5E | 0 | 8 | 12A | 59 | 30 |
| Octal | 344 | 15 | 352 | 3 | 136 | 0 | 10 | 452 | 131 | 60 |
| Binary | 11100100 | 1101 | 11101010 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011001 | 110000 |
Color Harmonies of #E40DEA
Complementary color
Monochromatic Colors of #E40DEA
Black with #E40DEA
Text Example
Text Example
White with #E40DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DEA; }
p { color: rgb(228,13,234); }
H1.HeaderClassName
{
color: #E40DEA;
}
.AnyTagClassName
{
color: #E40DEA;
}
</style>
background-color css
<style>
a { background-color: #E40DEA; }
a { background-color: rgb(228,13,234); }
div.DivClassName
{
background-color: #E40DEA;
}
.BgClassName
{
background-color: #E40DEA;
}
</style>
border-color css
<style>
span { border-color: #E40DEA; }
span { border-color: rgb(228,13,234); }
td.TdClassName
{
border-color: #E40DEA;
}
.TagClassName
{
border-color: #E40DEA;
}
</style>