Shades of Psychedelic Purple #E000F4
Tints of Psychedelic Purple #E000F4
RGB
CMYK
RGB Variations
Color information
#E000F4 (or 0xE000F4) is known color: Psychedelic Purple. HEX triplet: E0, 00 and F4. RGB value is (224,0,244). Sum of RGB (Red+Green+Blue) = 224+0+244=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #E000F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000F4 is #1FFF0B. Grayscale: #5E5E5E. Windows color (decimal): -2096908 or 15991008. OLE color: 15991008.
HSL color Cylindrical-coordinate representation of color #E000F4: hue angle of 295.08º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000F4 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 0 | 244 | - |
| CMYK | 0.08 | 1 | 0 | 0.04 |
| HSL | 295.08º | 1% | 0.48% | - |
| HSV(B) | 295.08º | 1% | 0.96% | - |
| XYZ | 47.07 | 22.38 | 87.43 | - |
| YUV | 94.79 | 212.21 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 244 | 0.08 | 1 | 0 | 0.04 | 295.08 | 1 | 0.48 |
| Hex | E0 | 0 | F4 | 8 | 64 | 0 | 4 | 127 | 64 | 30 |
| Octal | 340 | 0 | 364 | 10 | 144 | 0 | 4 | 447 | 144 | 60 |
| Binary | 11100000 | 0 | 11110100 | 1000 | 1100100 | 0 | 100 | 100100111 | 1100100 | 110000 |
Color Harmonies of #E000F4
Complementary color
Monochromatic Colors of #E000F4
Black with #E000F4
Text Example
Text Example
White with #E000F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000F4; }
p { color: rgb(224,0,244); }
H1.HeaderClassName
{
color: #E000F4;
}
.AnyTagClassName
{
color: #E000F4;
}
</style>
background-color css
<style>
a { background-color: #E000F4; }
a { background-color: rgb(224,0,244); }
div.DivClassName
{
background-color: #E000F4;
}
.BgClassName
{
background-color: #E000F4;
}
</style>
border-color css
<style>
span { border-color: #E000F4; }
span { border-color: rgb(224,0,244); }
td.TdClassName
{
border-color: #E000F4;
}
.TagClassName
{
border-color: #E000F4;
}
</style>