Shades of Psychedelic Purple #E908F7
Tints of Psychedelic Purple #E908F7
RGB
CMYK
RGB Variations
Color information
#E908F7 (or 0xE908F7) is known color: Psychedelic Purple. HEX triplet: E9, 08 and F7. RGB value is (233,8,247). Sum of RGB (Red+Green+Blue) = 233+8+247=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #E908F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E908F7 is #16F708. Grayscale: #656565. Windows color (decimal): -1505033 or 16189673. OLE color: 16189673.
HSL color Cylindrical-coordinate representation of color #E908F7: hue angle of 296.49º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E908F7 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 8 | 247 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.03 |
| HSL | 296.49º | 0.94% | 0.5% | - |
| HSV(B) | 296.49º | 0.97% | 0.97% | - |
| XYZ | 50.48 | 24.21 | 90.01 | - |
| YUV | 102.52 | 209.54 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 247 | 0.06 | 0.97 | 0 | 0.03 | 296.49 | 0.94 | 0.5 |
| Hex | E9 | 8 | F7 | 6 | 61 | 0 | 3 | 128 | 5E | 32 |
| Octal | 351 | 10 | 367 | 6 | 141 | 0 | 3 | 450 | 136 | 62 |
| Binary | 11101001 | 1000 | 11110111 | 110 | 1100001 | 0 | 11 | 100101000 | 1011110 | 110010 |
Color Harmonies of #E908F7
Complementary color
Monochromatic Colors of #E908F7
Black with #E908F7
Text Example
Text Example
White with #E908F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908F7; }
p { color: rgb(233,8,247); }
H1.HeaderClassName
{
color: #E908F7;
}
.AnyTagClassName
{
color: #E908F7;
}
</style>
background-color css
<style>
a { background-color: #E908F7; }
a { background-color: rgb(233,8,247); }
div.DivClassName
{
background-color: #E908F7;
}
.BgClassName
{
background-color: #E908F7;
}
</style>
border-color css
<style>
span { border-color: #E908F7; }
span { border-color: rgb(233,8,247); }
td.TdClassName
{
border-color: #E908F7;
}
.TagClassName
{
border-color: #E908F7;
}
</style>