Shades of Psychedelic Purple #E400EA
Tints of Psychedelic Purple #E400EA
RGB
CMYK
RGB Variations
Color information
#E400EA (or 0xE400EA) is known color: Psychedelic Purple. HEX triplet: E4, 00 and EA. RGB value is (228,0,234). Sum of RGB (Red+Green+Blue) = 228+0+234=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #E400EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400EA is #1BFF15. Grayscale: #5E5E5E. Windows color (decimal): -1834774 or 15335652. OLE color: 15335652.
HSL color Cylindrical-coordinate representation of color #E400EA: hue angle of 298.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400EA is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 0 | 234 | - |
| CMYK | 0.03 | 1 | 0 | 0.08 |
| HSL | 298.46º | 1% | 0.46% | - |
| HSV(B) | 298.46º | 1% | 0.92% | - |
| XYZ | 46.85 | 22.43 | 79.7 | - |
| YUV | 94.85 | 206.54 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 234 | 0.03 | 1 | 0 | 0.08 | 298.46 | 1 | 0.46 |
| Hex | E4 | 0 | EA | 3 | 64 | 0 | 8 | 12A | 64 | 2E |
| Octal | 344 | 0 | 352 | 3 | 144 | 0 | 10 | 452 | 144 | 56 |
| Binary | 11100100 | 0 | 11101010 | 11 | 1100100 | 0 | 1000 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E400EA
Complementary color
Monochromatic Colors of #E400EA
Black with #E400EA
Text Example
Text Example
White with #E400EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400EA; }
p { color: rgb(228,0,234); }
H1.HeaderClassName
{
color: #E400EA;
}
.AnyTagClassName
{
color: #E400EA;
}
</style>
background-color css
<style>
a { background-color: #E400EA; }
a { background-color: rgb(228,0,234); }
div.DivClassName
{
background-color: #E400EA;
}
.BgClassName
{
background-color: #E400EA;
}
</style>
border-color css
<style>
span { border-color: #E400EA; }
span { border-color: rgb(228,0,234); }
td.TdClassName
{
border-color: #E400EA;
}
.TagClassName
{
border-color: #E400EA;
}
</style>