Shades of Psychedelic Purple #E00FEE
Tints of Psychedelic Purple #E00FEE
RGB
CMYK
RGB Variations
Color information
#E00FEE (or 0xE00FEE) is known color: Psychedelic Purple. HEX triplet: E0, 0F and EE. RGB value is (224,15,238). Sum of RGB (Red+Green+Blue) = 224+15+238=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E00FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FEE is #1FF011. Grayscale: #666666. Windows color (decimal): -2093074 or 15601632. OLE color: 15601632.
HSL color Cylindrical-coordinate representation of color #E00FEE: hue angle of 296.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FEE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 15 | 238 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.07 |
| HSL | 296.23º | 0.88% | 0.5% | - |
| HSV(B) | 296.23º | 0.94% | 0.93% | - |
| XYZ | 46.34 | 22.36 | 82.76 | - |
| YUV | 102.91 | 204.24 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 238 | 0.06 | 0.94 | 0 | 0.07 | 296.23 | 0.88 | 0.5 |
| Hex | E0 | F | EE | 6 | 5E | 0 | 7 | 128 | 58 | 32 |
| Octal | 340 | 17 | 356 | 6 | 136 | 0 | 7 | 450 | 130 | 62 |
| Binary | 11100000 | 1111 | 11101110 | 110 | 1011110 | 0 | 111 | 100101000 | 1011000 | 110010 |
Color Harmonies of #E00FEE
Complementary color
Monochromatic Colors of #E00FEE
Black with #E00FEE
Text Example
Text Example
White with #E00FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FEE; }
p { color: rgb(224,15,238); }
H1.HeaderClassName
{
color: #E00FEE;
}
.AnyTagClassName
{
color: #E00FEE;
}
</style>
background-color css
<style>
a { background-color: #E00FEE; }
a { background-color: rgb(224,15,238); }
div.DivClassName
{
background-color: #E00FEE;
}
.BgClassName
{
background-color: #E00FEE;
}
</style>
border-color css
<style>
span { border-color: #E00FEE; }
span { border-color: rgb(224,15,238); }
td.TdClassName
{
border-color: #E00FEE;
}
.TagClassName
{
border-color: #E00FEE;
}
</style>