Shades of Psychedelic Purple #E00FEC
Tints of Psychedelic Purple #E00FEC
RGB
CMYK
RGB Variations
Color information
#E00FEC (or 0xE00FEC) is known color: Psychedelic Purple. HEX triplet: E0, 0F and EC. RGB value is (224,15,236). Sum of RGB (Red+Green+Blue) = 224+15+236=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #E00FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FEC is #1FF013. Grayscale: #666666. Windows color (decimal): -2093076 or 15470560. OLE color: 15470560.
HSL color Cylindrical-coordinate representation of color #E00FEC: hue angle of 296.74º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FEC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 15 | 236 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.07 |
| HSL | 296.74º | 0.88% | 0.49% | - |
| HSV(B) | 296.74º | 0.94% | 0.93% | - |
| XYZ | 46.05 | 22.25 | 81.22 | - |
| YUV | 102.69 | 203.24 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 236 | 0.05 | 0.94 | 0 | 0.07 | 296.74 | 0.88 | 0.49 |
| Hex | E0 | F | EC | 5 | 5E | 0 | 7 | 129 | 58 | 31 |
| Octal | 340 | 17 | 354 | 5 | 136 | 0 | 7 | 451 | 130 | 61 |
| Binary | 11100000 | 1111 | 11101100 | 101 | 1011110 | 0 | 111 | 100101001 | 1011000 | 110001 |
Color Harmonies of #E00FEC
Complementary color
Monochromatic Colors of #E00FEC
Black with #E00FEC
Text Example
Text Example
White with #E00FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FEC; }
p { color: rgb(224,15,236); }
H1.HeaderClassName
{
color: #E00FEC;
}
.AnyTagClassName
{
color: #E00FEC;
}
</style>
background-color css
<style>
a { background-color: #E00FEC; }
a { background-color: rgb(224,15,236); }
div.DivClassName
{
background-color: #E00FEC;
}
.BgClassName
{
background-color: #E00FEC;
}
</style>
border-color css
<style>
span { border-color: #E00FEC; }
span { border-color: rgb(224,15,236); }
td.TdClassName
{
border-color: #E00FEC;
}
.TagClassName
{
border-color: #E00FEC;
}
</style>