Shades of Psychedelic Purple #E00FEF
Tints of Psychedelic Purple #E00FEF
RGB
CMYK
RGB Variations
Color information
#E00FEF (or 0xE00FEF) is known color: Psychedelic Purple. HEX triplet: E0, 0F and EF. RGB value is (224,15,239). Sum of RGB (Red+Green+Blue) = 224+15+239=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #E00FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FEF is #1FF010. Grayscale: #666666. Windows color (decimal): -2093073 or 15667168. OLE color: 15667168.
HSL color Cylindrical-coordinate representation of color #E00FEF: hue angle of 295.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FEF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 15 | 239 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.06 |
| HSL | 295.98º | 0.88% | 0.5% | - |
| HSV(B) | 295.98º | 0.94% | 0.94% | - |
| XYZ | 46.49 | 22.42 | 83.54 | - |
| YUV | 103.03 | 204.74 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 239 | 0.06 | 0.94 | 0 | 0.06 | 295.98 | 0.88 | 0.5 |
| Hex | E0 | F | EF | 6 | 5E | 0 | 6 | 128 | 58 | 32 |
| Octal | 340 | 17 | 357 | 6 | 136 | 0 | 6 | 450 | 130 | 62 |
| Binary | 11100000 | 1111 | 11101111 | 110 | 1011110 | 0 | 110 | 100101000 | 1011000 | 110010 |
Color Harmonies of #E00FEF
Complementary color
Monochromatic Colors of #E00FEF
Black with #E00FEF
Text Example
Text Example
White with #E00FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FEF; }
p { color: rgb(224,15,239); }
H1.HeaderClassName
{
color: #E00FEF;
}
.AnyTagClassName
{
color: #E00FEF;
}
</style>
background-color css
<style>
a { background-color: #E00FEF; }
a { background-color: rgb(224,15,239); }
div.DivClassName
{
background-color: #E00FEF;
}
.BgClassName
{
background-color: #E00FEF;
}
</style>
border-color css
<style>
span { border-color: #E00FEF; }
span { border-color: rgb(224,15,239); }
td.TdClassName
{
border-color: #E00FEF;
}
.TagClassName
{
border-color: #E00FEF;
}
</style>