Shades of Psychedelic Purple #E007F9
Tints of Psychedelic Purple #E007F9
RGB
CMYK
RGB Variations
Color information
#E007F9 (or 0xE007F9) is known color: Psychedelic Purple. HEX triplet: E0, 07 and F9. RGB value is (224,7,249). Sum of RGB (Red+Green+Blue) = 224+7+249=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #E007F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007F9 is #1FF806. Grayscale: #626262. Windows color (decimal): -2095111 or 16320480. OLE color: 16320480.
HSL color Cylindrical-coordinate representation of color #E007F9: hue angle of 293.8º 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 #E007F9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 7 | 249 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.02 |
| HSL | 293.8º | 0.95% | 0.5% | - |
| HSV(B) | 293.8º | 0.97% | 0.98% | - |
| XYZ | 47.92 | 22.84 | 91.51 | - |
| YUV | 99.47 | 212.39 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 249 | 0.10 | 0.97 | 0 | 0.02 | 293.8 | 0.95 | 0.5 |
| Hex | E0 | 7 | F9 | A | 61 | 0 | 2 | 126 | 5F | 32 |
| Octal | 340 | 7 | 371 | 12 | 141 | 0 | 2 | 446 | 137 | 62 |
| Binary | 11100000 | 111 | 11111001 | 1010 | 1100001 | 0 | 10 | 100100110 | 1011111 | 110010 |
Color Harmonies of #E007F9
Complementary color
Monochromatic Colors of #E007F9
Black with #E007F9
Text Example
Text Example
White with #E007F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007F9; }
p { color: rgb(224,7,249); }
H1.HeaderClassName
{
color: #E007F9;
}
.AnyTagClassName
{
color: #E007F9;
}
</style>
background-color css
<style>
a { background-color: #E007F9; }
a { background-color: rgb(224,7,249); }
div.DivClassName
{
background-color: #E007F9;
}
.BgClassName
{
background-color: #E007F9;
}
</style>
border-color css
<style>
span { border-color: #E007F9; }
span { border-color: rgb(224,7,249); }
td.TdClassName
{
border-color: #E007F9;
}
.TagClassName
{
border-color: #E007F9;
}
</style>