Shades of Psychedelic Purple #E905F7
Tints of Psychedelic Purple #E905F7
RGB
CMYK
RGB Variations
Color information
#E905F7 (or 0xE905F7) is known color: Psychedelic Purple. HEX triplet: E9, 05 and F7. RGB value is (233,5,247). Sum of RGB (Red+Green+Blue) = 233+5+247=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #E905F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E905F7 is #16FA08. Grayscale: #646464. Windows color (decimal): -1505801 or 16188905. OLE color: 16188905.
HSL color Cylindrical-coordinate representation of color #E905F7: hue angle of 296.53º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E905F7 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 5 | 247 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.03 |
| HSL | 296.53º | 0.96% | 0.49% | - |
| HSV(B) | 296.53º | 0.98% | 0.97% | - |
| XYZ | 50.45 | 24.15 | 90 | - |
| YUV | 100.76 | 210.54 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 247 | 0.06 | 0.98 | 0 | 0.03 | 296.53 | 0.96 | 0.49 |
| Hex | E9 | 5 | F7 | 6 | 62 | 0 | 3 | 129 | 60 | 31 |
| Octal | 351 | 5 | 367 | 6 | 142 | 0 | 3 | 451 | 140 | 61 |
| Binary | 11101001 | 101 | 11110111 | 110 | 1100010 | 0 | 11 | 100101001 | 1100000 | 110001 |
Color Harmonies of #E905F7
Complementary color
Monochromatic Colors of #E905F7
Black with #E905F7
Text Example
Text Example
White with #E905F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E905F7; }
p { color: rgb(233,5,247); }
H1.HeaderClassName
{
color: #E905F7;
}
.AnyTagClassName
{
color: #E905F7;
}
</style>
background-color css
<style>
a { background-color: #E905F7; }
a { background-color: rgb(233,5,247); }
div.DivClassName
{
background-color: #E905F7;
}
.BgClassName
{
background-color: #E905F7;
}
</style>
border-color css
<style>
span { border-color: #E905F7; }
span { border-color: rgb(233,5,247); }
td.TdClassName
{
border-color: #E905F7;
}
.TagClassName
{
border-color: #E905F7;
}
</style>