Shades of Psychedelic Purple #E909F0
Tints of Psychedelic Purple #E909F0
RGB
CMYK
RGB Variations
Color information
#E909F0 (or 0xE909F0) is known color: Psychedelic Purple. HEX triplet: E9, 09 and F0. RGB value is (233,9,240). Sum of RGB (Red+Green+Blue) = 233+9+240=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #E909F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E909F0 is #16F60F. Grayscale: #656565. Windows color (decimal): -1504784 or 15731177. OLE color: 15731177.
HSL color Cylindrical-coordinate representation of color #E909F0: hue angle of 298.18º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E909F0 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 9 | 240 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.06 |
| HSL | 298.18º | 0.93% | 0.49% | - |
| HSV(B) | 298.18º | 0.96% | 0.94% | - |
| XYZ | 49.43 | 23.81 | 84.43 | - |
| YUV | 102.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 240 | 0.03 | 0.96 | 0 | 0.06 | 298.18 | 0.93 | 0.49 |
| Hex | E9 | 9 | F0 | 3 | 60 | 0 | 6 | 12A | 5D | 31 |
| Octal | 351 | 11 | 360 | 3 | 140 | 0 | 6 | 452 | 135 | 61 |
| Binary | 11101001 | 1001 | 11110000 | 11 | 1100000 | 0 | 110 | 100101010 | 1011101 | 110001 |
Color Harmonies of #E909F0
Complementary color
Monochromatic Colors of #E909F0
Black with #E909F0
Text Example
Text Example
White with #E909F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E909F0; }
p { color: rgb(233,9,240); }
H1.HeaderClassName
{
color: #E909F0;
}
.AnyTagClassName
{
color: #E909F0;
}
</style>
background-color css
<style>
a { background-color: #E909F0; }
a { background-color: rgb(233,9,240); }
div.DivClassName
{
background-color: #E909F0;
}
.BgClassName
{
background-color: #E909F0;
}
</style>
border-color css
<style>
span { border-color: #E909F0; }
span { border-color: rgb(233,9,240); }
td.TdClassName
{
border-color: #E909F0;
}
.TagClassName
{
border-color: #E909F0;
}
</style>