Shades of Psychedelic Purple #E405EA
Tints of Psychedelic Purple #E405EA
RGB
CMYK
RGB Variations
Color information
#E405EA (or 0xE405EA) is known color: Psychedelic Purple. HEX triplet: E4, 05 and EA. RGB value is (228,5,234). Sum of RGB (Red+Green+Blue) = 228+5+234=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #E405EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405EA is #1BFA15. Grayscale: #616161. Windows color (decimal): -1833494 or 15336932. OLE color: 15336932.
HSL color Cylindrical-coordinate representation of color #E405EA: hue angle of 298.43º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405EA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 5 | 234 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.08 |
| HSL | 298.43º | 0.96% | 0.47% | - |
| HSV(B) | 298.43º | 0.98% | 0.92% | - |
| XYZ | 46.9 | 22.54 | 79.72 | - |
| YUV | 97.78 | 204.88 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 234 | 0.03 | 0.98 | 0 | 0.08 | 298.43 | 0.96 | 0.47 |
| Hex | E4 | 5 | EA | 3 | 62 | 0 | 8 | 12A | 60 | 2F |
| Octal | 344 | 5 | 352 | 3 | 142 | 0 | 10 | 452 | 140 | 57 |
| Binary | 11100100 | 101 | 11101010 | 11 | 1100010 | 0 | 1000 | 100101010 | 1100000 | 101111 |
Color Harmonies of #E405EA
Complementary color
Monochromatic Colors of #E405EA
Black with #E405EA
Text Example
Text Example
White with #E405EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405EA; }
p { color: rgb(228,5,234); }
H1.HeaderClassName
{
color: #E405EA;
}
.AnyTagClassName
{
color: #E405EA;
}
</style>
background-color css
<style>
a { background-color: #E405EA; }
a { background-color: rgb(228,5,234); }
div.DivClassName
{
background-color: #E405EA;
}
.BgClassName
{
background-color: #E405EA;
}
</style>
border-color css
<style>
span { border-color: #E405EA; }
span { border-color: rgb(228,5,234); }
td.TdClassName
{
border-color: #E405EA;
}
.TagClassName
{
border-color: #E405EA;
}
</style>