Shades of Psychedelic Purple #E907F7
Tints of Psychedelic Purple #E907F7
RGB
CMYK
RGB Variations
Color information
#E907F7 (or 0xE907F7) is known color: Psychedelic Purple. HEX triplet: E9, 07 and F7. RGB value is (233,7,247). Sum of RGB (Red+Green+Blue) = 233+7+247=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #E907F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E907F7 is #16F808. Grayscale: #656565. Windows color (decimal): -1505289 or 16189417. OLE color: 16189417.
HSL color Cylindrical-coordinate representation of color #E907F7: hue angle of 296.5º 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 #E907F7 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 7 | 247 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.03 |
| HSL | 296.5º | 0.94% | 0.5% | - |
| HSV(B) | 296.5º | 0.97% | 0.97% | - |
| XYZ | 50.47 | 24.19 | 90.01 | - |
| YUV | 101.93 | 209.87 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 247 | 0.06 | 0.97 | 0 | 0.03 | 296.5 | 0.94 | 0.5 |
| Hex | E9 | 7 | F7 | 6 | 61 | 0 | 3 | 128 | 5E | 32 |
| Octal | 351 | 7 | 367 | 6 | 141 | 0 | 3 | 450 | 136 | 62 |
| Binary | 11101001 | 111 | 11110111 | 110 | 1100001 | 0 | 11 | 100101000 | 1011110 | 110010 |
Color Harmonies of #E907F7
Complementary color
Monochromatic Colors of #E907F7
Black with #E907F7
Text Example
Text Example
White with #E907F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E907F7; }
p { color: rgb(233,7,247); }
H1.HeaderClassName
{
color: #E907F7;
}
.AnyTagClassName
{
color: #E907F7;
}
</style>
background-color css
<style>
a { background-color: #E907F7; }
a { background-color: rgb(233,7,247); }
div.DivClassName
{
background-color: #E907F7;
}
.BgClassName
{
background-color: #E907F7;
}
</style>
border-color css
<style>
span { border-color: #E907F7; }
span { border-color: rgb(233,7,247); }
td.TdClassName
{
border-color: #E907F7;
}
.TagClassName
{
border-color: #E907F7;
}
</style>