Shades of Psychedelic Purple #E02CF9
Tints of Psychedelic Purple #E02CF9
RGB
CMYK
RGB Variations
Color information
#E02CF9 (or 0xE02CF9) is known color: Psychedelic Purple. HEX triplet: E0, 2C and F9. RGB value is (224,44,249). Sum of RGB (Red+Green+Blue) = 224+44+249=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 44 (17.58% from 255 or 8.51% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #E02CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02CF9 is #1FD306. Grayscale: #787878. Windows color (decimal): -2085639 or 16329952. OLE color: 16329952.
HSL color Cylindrical-coordinate representation of color #E02CF9: hue angle of 292.68º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02CF9 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 44 | 249 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.02 |
| HSL | 292.68º | 0.94% | 0.57% | - |
| HSV(B) | 292.68º | 0.82% | 0.98% | - |
| XYZ | 48.74 | 24.49 | 91.78 | - |
| YUV | 121.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 249 | 0.10 | 0.82 | 0 | 0.02 | 292.68 | 0.94 | 0.57 |
| Hex | E0 | 2C | F9 | A | 52 | 0 | 2 | 125 | 5E | 39 |
| Octal | 340 | 54 | 371 | 12 | 122 | 0 | 2 | 445 | 136 | 71 |
| Binary | 11100000 | 101100 | 11111001 | 1010 | 1010010 | 0 | 10 | 100100101 | 1011110 | 111001 |
Color Harmonies of #E02CF9
Complementary color
Monochromatic Colors of #E02CF9
Black with #E02CF9
Text Example
Text Example
White with #E02CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CF9; }
p { color: rgb(224,44,249); }
H1.HeaderClassName
{
color: #E02CF9;
}
.AnyTagClassName
{
color: #E02CF9;
}
</style>
background-color css
<style>
a { background-color: #E02CF9; }
a { background-color: rgb(224,44,249); }
div.DivClassName
{
background-color: #E02CF9;
}
.BgClassName
{
background-color: #E02CF9;
}
</style>
border-color css
<style>
span { border-color: #E02CF9; }
span { border-color: rgb(224,44,249); }
td.TdClassName
{
border-color: #E02CF9;
}
.TagClassName
{
border-color: #E02CF9;
}
</style>