Shades of Psychedelic Purple #E00FEA
Tints of Psychedelic Purple #E00FEA
RGB
CMYK
RGB Variations
Color information
#E00FEA (or 0xE00FEA) is known color: Psychedelic Purple. HEX triplet: E0, 0F and EA. RGB value is (224,15,234). Sum of RGB (Red+Green+Blue) = 224+15+234=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #E00FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FEA is #1FF015. Grayscale: #656565. Windows color (decimal): -2093078 or 15339488. OLE color: 15339488.
HSL color Cylindrical-coordinate representation of color #E00FEA: hue angle of 297.26º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FEA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 15 | 234 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.08 |
| HSL | 297.26º | 0.88% | 0.49% | - |
| HSV(B) | 297.26º | 0.94% | 0.92% | - |
| XYZ | 45.76 | 22.13 | 79.7 | - |
| YUV | 102.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 234 | 0.04 | 0.94 | 0 | 0.08 | 297.26 | 0.88 | 0.49 |
| Hex | E0 | F | EA | 4 | 5E | 0 | 8 | 129 | 58 | 31 |
| Octal | 340 | 17 | 352 | 4 | 136 | 0 | 10 | 451 | 130 | 61 |
| Binary | 11100000 | 1111 | 11101010 | 100 | 1011110 | 0 | 1000 | 100101001 | 1011000 | 110001 |
Color Harmonies of #E00FEA
Complementary color
Monochromatic Colors of #E00FEA
Black with #E00FEA
Text Example
Text Example
White with #E00FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FEA; }
p { color: rgb(224,15,234); }
H1.HeaderClassName
{
color: #E00FEA;
}
.AnyTagClassName
{
color: #E00FEA;
}
</style>
background-color css
<style>
a { background-color: #E00FEA; }
a { background-color: rgb(224,15,234); }
div.DivClassName
{
background-color: #E00FEA;
}
.BgClassName
{
background-color: #E00FEA;
}
</style>
border-color css
<style>
span { border-color: #E00FEA; }
span { border-color: rgb(224,15,234); }
td.TdClassName
{
border-color: #E00FEA;
}
.TagClassName
{
border-color: #E00FEA;
}
</style>