Shades of Psychedelic Purple #E900F1
Tints of Psychedelic Purple #E900F1
RGB
CMYK
RGB Variations
Color information
#E900F1 (or 0xE900F1) is known color: Psychedelic Purple. HEX triplet: E9, 00 and F1. RGB value is (233,0,241). Sum of RGB (Red+Green+Blue) = 233+0+241=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #E900F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900F1 is #16FF0E. Grayscale: #606060. Windows color (decimal): -1507087 or 15794409. OLE color: 15794409.
HSL color Cylindrical-coordinate representation of color #E900F1: hue angle of 298.01º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900F1 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 0 | 241 | - |
| CMYK | 0.03 | 1 | 0 | 0.05 |
| HSL | 298.01º | 1% | 0.47% | - |
| HSV(B) | 298.01º | 1% | 0.95% | - |
| XYZ | 49.48 | 23.67 | 85.18 | - |
| YUV | 97.14 | 209.19 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 241 | 0.03 | 1 | 0 | 0.05 | 298.01 | 1 | 0.47 |
| Hex | E9 | 0 | F1 | 3 | 64 | 0 | 5 | 12A | 64 | 2F |
| Octal | 351 | 0 | 361 | 3 | 144 | 0 | 5 | 452 | 144 | 57 |
| Binary | 11101001 | 0 | 11110001 | 11 | 1100100 | 0 | 101 | 100101010 | 1100100 | 101111 |
Color Harmonies of #E900F1
Complementary color
Monochromatic Colors of #E900F1
Black with #E900F1
Text Example
Text Example
White with #E900F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900F1; }
p { color: rgb(233,0,241); }
H1.HeaderClassName
{
color: #E900F1;
}
.AnyTagClassName
{
color: #E900F1;
}
</style>
background-color css
<style>
a { background-color: #E900F1; }
a { background-color: rgb(233,0,241); }
div.DivClassName
{
background-color: #E900F1;
}
.BgClassName
{
background-color: #E900F1;
}
</style>
border-color css
<style>
span { border-color: #E900F1; }
span { border-color: rgb(233,0,241); }
td.TdClassName
{
border-color: #E900F1;
}
.TagClassName
{
border-color: #E900F1;
}
</style>