Shades of Psychedelic Purple #E904F5
Tints of Psychedelic Purple #E904F5
RGB
CMYK
RGB Variations
Color information
#E904F5 (or 0xE904F5) is known color: Psychedelic Purple. HEX triplet: E9, 04 and F5. RGB value is (233,4,245). Sum of RGB (Red+Green+Blue) = 233+4+245=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #E904F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E904F5 is #16FB0A. Grayscale: #636363. Windows color (decimal): -1506059 or 16057577. OLE color: 16057577.
HSL color Cylindrical-coordinate representation of color #E904F5: hue angle of 297.01º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904F5 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 4 | 245 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.04 |
| HSL | 297.01º | 0.97% | 0.49% | - |
| HSV(B) | 297.01º | 0.98% | 0.96% | - |
| XYZ | 50.13 | 24 | 88.38 | - |
| YUV | 99.95 | 209.87 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 245 | 0.05 | 0.98 | 0 | 0.04 | 297.01 | 0.97 | 0.49 |
| Hex | E9 | 4 | F5 | 5 | 62 | 0 | 4 | 129 | 61 | 31 |
| Octal | 351 | 4 | 365 | 5 | 142 | 0 | 4 | 451 | 141 | 61 |
| Binary | 11101001 | 100 | 11110101 | 101 | 1100010 | 0 | 100 | 100101001 | 1100001 | 110001 |
Color Harmonies of #E904F5
Complementary color
Monochromatic Colors of #E904F5
Black with #E904F5
Text Example
Text Example
White with #E904F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904F5; }
p { color: rgb(233,4,245); }
H1.HeaderClassName
{
color: #E904F5;
}
.AnyTagClassName
{
color: #E904F5;
}
</style>
background-color css
<style>
a { background-color: #E904F5; }
a { background-color: rgb(233,4,245); }
div.DivClassName
{
background-color: #E904F5;
}
.BgClassName
{
background-color: #E904F5;
}
</style>
border-color css
<style>
span { border-color: #E904F5; }
span { border-color: rgb(233,4,245); }
td.TdClassName
{
border-color: #E904F5;
}
.TagClassName
{
border-color: #E904F5;
}
</style>