Shades of Psychedelic Purple #E014E7
Tints of Psychedelic Purple #E014E7
RGB
CMYK
RGB Variations
Color information
#E014E7 (or 0xE014E7) is known color: Psychedelic Purple. HEX triplet: E0, 14 and E7. RGB value is (224,20,231). Sum of RGB (Red+Green+Blue) = 224+20+231=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #E014E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014E7 is #1FEB18. Grayscale: #686868. Windows color (decimal): -2091801 or 15144160. OLE color: 15144160.
HSL color Cylindrical-coordinate representation of color #E014E7: hue angle of 298.01º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014E7 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 20 | 231 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.09 |
| HSL | 298.01º | 0.84% | 0.49% | - |
| HSV(B) | 298.01º | 0.91% | 0.91% | - |
| XYZ | 45.41 | 22.12 | 77.48 | - |
| YUV | 105.05 | 199.09 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 231 | 0.03 | 0.91 | 0 | 0.09 | 298.01 | 0.84 | 0.49 |
| Hex | E0 | 14 | E7 | 3 | 5B | 0 | 9 | 12A | 54 | 31 |
| Octal | 340 | 24 | 347 | 3 | 133 | 0 | 11 | 452 | 124 | 61 |
| Binary | 11100000 | 10100 | 11100111 | 11 | 1011011 | 0 | 1001 | 100101010 | 1010100 | 110001 |
Color Harmonies of #E014E7
Complementary color
Monochromatic Colors of #E014E7
Black with #E014E7
Text Example
Text Example
White with #E014E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014E7; }
p { color: rgb(224,20,231); }
H1.HeaderClassName
{
color: #E014E7;
}
.AnyTagClassName
{
color: #E014E7;
}
</style>
background-color css
<style>
a { background-color: #E014E7; }
a { background-color: rgb(224,20,231); }
div.DivClassName
{
background-color: #E014E7;
}
.BgClassName
{
background-color: #E014E7;
}
</style>
border-color css
<style>
span { border-color: #E014E7; }
span { border-color: rgb(224,20,231); }
td.TdClassName
{
border-color: #E014E7;
}
.TagClassName
{
border-color: #E014E7;
}
</style>