Shades of Psychedelic Purple #E904FA
Tints of Psychedelic Purple #E904FA
RGB
CMYK
RGB Variations
Color information
#E904FA (or 0xE904FA) is known color: Psychedelic Purple. HEX triplet: E9, 04 and FA. RGB value is (233,4,250). Sum of RGB (Red+Green+Blue) = 233+4+250=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #E904FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E904FA is #16FB05. Grayscale: #636363. Windows color (decimal): -1506054 or 16385257. OLE color: 16385257.
HSL color Cylindrical-coordinate representation of color #E904FA: hue angle of 295.85º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904FA is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 4 | 250 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.02 |
| HSL | 295.85º | 0.97% | 0.5% | - |
| HSV(B) | 295.85º | 0.98% | 0.98% | - |
| XYZ | 50.9 | 24.31 | 92.45 | - |
| YUV | 100.52 | 212.37 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 250 | 0.07 | 0.98 | 0 | 0.02 | 295.85 | 0.97 | 0.5 |
| Hex | E9 | 4 | FA | 7 | 62 | 0 | 2 | 128 | 61 | 32 |
| Octal | 351 | 4 | 372 | 7 | 142 | 0 | 2 | 450 | 141 | 62 |
| Binary | 11101001 | 100 | 11111010 | 111 | 1100010 | 0 | 10 | 100101000 | 1100001 | 110010 |
Color Harmonies of #E904FA
Complementary color
Monochromatic Colors of #E904FA
Black with #E904FA
Text Example
Text Example
White with #E904FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904FA; }
p { color: rgb(233,4,250); }
H1.HeaderClassName
{
color: #E904FA;
}
.AnyTagClassName
{
color: #E904FA;
}
</style>
background-color css
<style>
a { background-color: #E904FA; }
a { background-color: rgb(233,4,250); }
div.DivClassName
{
background-color: #E904FA;
}
.BgClassName
{
background-color: #E904FA;
}
</style>
border-color css
<style>
span { border-color: #E904FA; }
span { border-color: rgb(233,4,250); }
td.TdClassName
{
border-color: #E904FA;
}
.TagClassName
{
border-color: #E904FA;
}
</style>