Shades of Psychedelic Purple #E012E7
Tints of Psychedelic Purple #E012E7
RGB
CMYK
RGB Variations
Color information
#E012E7 (or 0xE012E7) is known color: Psychedelic Purple. HEX triplet: E0, 12 and E7. RGB value is (224,18,231). Sum of RGB (Red+Green+Blue) = 224+18+231=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #E012E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012E7 is #1FED18. Grayscale: #676767. Windows color (decimal): -2092313 or 15143648. OLE color: 15143648.
HSL color Cylindrical-coordinate representation of color #E012E7: hue angle of 298.03º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E012E7 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 18 | 231 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.09 |
| HSL | 298.03º | 0.86% | 0.49% | - |
| HSV(B) | 298.03º | 0.92% | 0.91% | - |
| XYZ | 45.38 | 22.05 | 77.47 | - |
| YUV | 103.88 | 199.75 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 231 | 0.03 | 0.92 | 0 | 0.09 | 298.03 | 0.86 | 0.49 |
| Hex | E0 | 12 | E7 | 3 | 5C | 0 | 9 | 12A | 56 | 31 |
| Octal | 340 | 22 | 347 | 3 | 134 | 0 | 11 | 452 | 126 | 61 |
| Binary | 11100000 | 10010 | 11100111 | 11 | 1011100 | 0 | 1001 | 100101010 | 1010110 | 110001 |
Color Harmonies of #E012E7
Complementary color
Monochromatic Colors of #E012E7
Black with #E012E7
Text Example
Text Example
White with #E012E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012E7; }
p { color: rgb(224,18,231); }
H1.HeaderClassName
{
color: #E012E7;
}
.AnyTagClassName
{
color: #E012E7;
}
</style>
background-color css
<style>
a { background-color: #E012E7; }
a { background-color: rgb(224,18,231); }
div.DivClassName
{
background-color: #E012E7;
}
.BgClassName
{
background-color: #E012E7;
}
</style>
border-color css
<style>
span { border-color: #E012E7; }
span { border-color: rgb(224,18,231); }
td.TdClassName
{
border-color: #E012E7;
}
.TagClassName
{
border-color: #E012E7;
}
</style>