Shades of Psychedelic Purple #E904EA
Tints of Psychedelic Purple #E904EA
RGB
CMYK
RGB Variations
Color information
#E904EA (or 0xE904EA) is known color: Psychedelic Purple. HEX triplet: E9, 04 and EA. RGB value is (233,4,234). Sum of RGB (Red+Green+Blue) = 233+4+234=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #E904EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E904EA is #16FB15. Grayscale: #616161. Windows color (decimal): -1506070 or 15336681. OLE color: 15336681.
HSL color Cylindrical-coordinate representation of color #E904EA: hue angle of 299.74º degrees, saturation: 0.97, 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 #E904EA is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 4 | 234 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.08 |
| HSL | 299.74º | 0.97% | 0.47% | - |
| HSV(B) | 299.74º | 0.98% | 0.92% | - |
| XYZ | 48.5 | 23.35 | 79.79 | - |
| YUV | 98.69 | 204.37 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 234 | 0.00 | 0.98 | 0 | 0.08 | 299.74 | 0.97 | 0.47 |
| Hex | E9 | 4 | EA | 0 | 62 | 0 | 8 | 12C | 61 | 2F |
| Octal | 351 | 4 | 352 | 0 | 142 | 0 | 10 | 454 | 141 | 57 |
| Binary | 11101001 | 100 | 11101010 | 0 | 1100010 | 0 | 1000 | 100101100 | 1100001 | 101111 |
Color Harmonies of #E904EA
Complementary color
Monochromatic Colors of #E904EA
Black with #E904EA
Text Example
Text Example
White with #E904EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904EA; }
p { color: rgb(233,4,234); }
H1.HeaderClassName
{
color: #E904EA;
}
.AnyTagClassName
{
color: #E904EA;
}
</style>
background-color css
<style>
a { background-color: #E904EA; }
a { background-color: rgb(233,4,234); }
div.DivClassName
{
background-color: #E904EA;
}
.BgClassName
{
background-color: #E904EA;
}
</style>
border-color css
<style>
span { border-color: #E904EA; }
span { border-color: rgb(233,4,234); }
td.TdClassName
{
border-color: #E904EA;
}
.TagClassName
{
border-color: #E904EA;
}
</style>