Shades of Psychedelic Purple #E014EE
Tints of Psychedelic Purple #E014EE
RGB
CMYK
RGB Variations
Color information
#E014EE (or 0xE014EE) is known color: Psychedelic Purple. HEX triplet: E0, 14 and EE. RGB value is (224,20,238). Sum of RGB (Red+Green+Blue) = 224+20+238=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #E014EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014EE is #1FEB11. Grayscale: #696969. Windows color (decimal): -2091794 or 15602912. OLE color: 15602912.
HSL color Cylindrical-coordinate representation of color #E014EE: hue angle of 296.15º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E014EE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 20 | 238 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.07 |
| HSL | 296.15º | 0.87% | 0.51% | - |
| HSV(B) | 296.15º | 0.92% | 0.93% | - |
| XYZ | 46.42 | 22.52 | 82.79 | - |
| YUV | 105.85 | 202.59 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 238 | 0.06 | 0.92 | 0 | 0.07 | 296.15 | 0.87 | 0.51 |
| Hex | E0 | 14 | EE | 6 | 5C | 0 | 7 | 128 | 57 | 33 |
| Octal | 340 | 24 | 356 | 6 | 134 | 0 | 7 | 450 | 127 | 63 |
| Binary | 11100000 | 10100 | 11101110 | 110 | 1011100 | 0 | 111 | 100101000 | 1010111 | 110011 |
Color Harmonies of #E014EE
Complementary color
Monochromatic Colors of #E014EE
Black with #E014EE
Text Example
Text Example
White with #E014EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014EE; }
p { color: rgb(224,20,238); }
H1.HeaderClassName
{
color: #E014EE;
}
.AnyTagClassName
{
color: #E014EE;
}
</style>
background-color css
<style>
a { background-color: #E014EE; }
a { background-color: rgb(224,20,238); }
div.DivClassName
{
background-color: #E014EE;
}
.BgClassName
{
background-color: #E014EE;
}
</style>
border-color css
<style>
span { border-color: #E014EE; }
span { border-color: rgb(224,20,238); }
td.TdClassName
{
border-color: #E014EE;
}
.TagClassName
{
border-color: #E014EE;
}
</style>