Shades of Psychedelic Purple #E00FF9
Tints of Psychedelic Purple #E00FF9
RGB
CMYK
RGB Variations
Color information
#E00FF9 (or 0xE00FF9) is known color: Psychedelic Purple. HEX triplet: E0, 0F and F9. RGB value is (224,15,249). Sum of RGB (Red+Green+Blue) = 224+15+249=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #E00FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FF9 is #1FF006. Grayscale: #676767. Windows color (decimal): -2093063 or 16322528. OLE color: 16322528.
HSL color Cylindrical-coordinate representation of color #E00FF9: hue angle of 293.59º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FF9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 15 | 249 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.02 |
| HSL | 293.59º | 0.95% | 0.52% | - |
| HSV(B) | 293.59º | 0.94% | 0.98% | - |
| XYZ | 48.01 | 23.03 | 91.54 | - |
| YUV | 104.17 | 209.74 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 249 | 0.10 | 0.94 | 0 | 0.02 | 293.59 | 0.95 | 0.52 |
| Hex | E0 | F | F9 | A | 5E | 0 | 2 | 126 | 5F | 34 |
| Octal | 340 | 17 | 371 | 12 | 136 | 0 | 2 | 446 | 137 | 64 |
| Binary | 11100000 | 1111 | 11111001 | 1010 | 1011110 | 0 | 10 | 100100110 | 1011111 | 110100 |
Color Harmonies of #E00FF9
Complementary color
Monochromatic Colors of #E00FF9
Black with #E00FF9
Text Example
Text Example
White with #E00FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FF9; }
p { color: rgb(224,15,249); }
H1.HeaderClassName
{
color: #E00FF9;
}
.AnyTagClassName
{
color: #E00FF9;
}
</style>
background-color css
<style>
a { background-color: #E00FF9; }
a { background-color: rgb(224,15,249); }
div.DivClassName
{
background-color: #E00FF9;
}
.BgClassName
{
background-color: #E00FF9;
}
</style>
border-color css
<style>
span { border-color: #E00FF9; }
span { border-color: rgb(224,15,249); }
td.TdClassName
{
border-color: #E00FF9;
}
.TagClassName
{
border-color: #E00FF9;
}
</style>