Shades of Psychedelic Purple #E909F8
Tints of Psychedelic Purple #E909F8
RGB
CMYK
RGB Variations
Color information
#E909F8 (or 0xE909F8) is known color: Psychedelic Purple. HEX triplet: E9, 09 and F8. RGB value is (233,9,248). Sum of RGB (Red+Green+Blue) = 233+9+248=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #E909F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E909F8 is #16F607. Grayscale: #666666. Windows color (decimal): -1504776 or 16255465. OLE color: 16255465.
HSL color Cylindrical-coordinate representation of color #E909F8: hue angle of 296.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E909F8 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 9 | 248 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.03 |
| HSL | 296.23º | 0.94% | 0.5% | - |
| HSV(B) | 296.23º | 0.96% | 0.97% | - |
| XYZ | 50.65 | 24.3 | 90.83 | - |
| YUV | 103.22 | 209.71 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 248 | 0.06 | 0.96 | 0 | 0.03 | 296.23 | 0.94 | 0.5 |
| Hex | E9 | 9 | F8 | 6 | 60 | 0 | 3 | 128 | 5E | 32 |
| Octal | 351 | 11 | 370 | 6 | 140 | 0 | 3 | 450 | 136 | 62 |
| Binary | 11101001 | 1001 | 11111000 | 110 | 1100000 | 0 | 11 | 100101000 | 1011110 | 110010 |
Color Harmonies of #E909F8
Complementary color
Monochromatic Colors of #E909F8
Black with #E909F8
Text Example
Text Example
White with #E909F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E909F8; }
p { color: rgb(233,9,248); }
H1.HeaderClassName
{
color: #E909F8;
}
.AnyTagClassName
{
color: #E909F8;
}
</style>
background-color css
<style>
a { background-color: #E909F8; }
a { background-color: rgb(233,9,248); }
div.DivClassName
{
background-color: #E909F8;
}
.BgClassName
{
background-color: #E909F8;
}
</style>
border-color css
<style>
span { border-color: #E909F8; }
span { border-color: rgb(233,9,248); }
td.TdClassName
{
border-color: #E909F8;
}
.TagClassName
{
border-color: #E909F8;
}
</style>