Shades of Psychedelic Purple #E107F9
Tints of Psychedelic Purple #E107F9
RGB
CMYK
RGB Variations
Color information
#E107F9 (or 0xE107F9) is known color: Psychedelic Purple. HEX triplet: E1, 07 and F9. RGB value is (225,7,249). Sum of RGB (Red+Green+Blue) = 225+7+249=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #E107F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E107F9 is #1EF806. Grayscale: #636363. Windows color (decimal): -2029575 or 16320481. OLE color: 16320481.
HSL color Cylindrical-coordinate representation of color #E107F9: hue angle of 294.05º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107F9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 7 | 249 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.02 |
| HSL | 294.05º | 0.95% | 0.5% | - |
| HSV(B) | 294.05º | 0.97% | 0.98% | - |
| XYZ | 48.23 | 23 | 91.52 | - |
| YUV | 99.77 | 212.22 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 249 | 0.10 | 0.97 | 0 | 0.02 | 294.05 | 0.95 | 0.5 |
| Hex | E1 | 7 | F9 | A | 61 | 0 | 2 | 126 | 5F | 32 |
| Octal | 341 | 7 | 371 | 12 | 141 | 0 | 2 | 446 | 137 | 62 |
| Binary | 11100001 | 111 | 11111001 | 1010 | 1100001 | 0 | 10 | 100100110 | 1011111 | 110010 |
Color Harmonies of #E107F9
Complementary color
Monochromatic Colors of #E107F9
Black with #E107F9
Text Example
Text Example
White with #E107F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107F9; }
p { color: rgb(225,7,249); }
H1.HeaderClassName
{
color: #E107F9;
}
.AnyTagClassName
{
color: #E107F9;
}
</style>
background-color css
<style>
a { background-color: #E107F9; }
a { background-color: rgb(225,7,249); }
div.DivClassName
{
background-color: #E107F9;
}
.BgClassName
{
background-color: #E107F9;
}
</style>
border-color css
<style>
span { border-color: #E107F9; }
span { border-color: rgb(225,7,249); }
td.TdClassName
{
border-color: #E107F9;
}
.TagClassName
{
border-color: #E107F9;
}
</style>