Shades of Psychedelic Purple #E012E8
Tints of Psychedelic Purple #E012E8
RGB
CMYK
RGB Variations
Color information
#E012E8 (or 0xE012E8) is known color: Psychedelic Purple. HEX triplet: E0, 12 and E8. RGB value is (224,18,232). Sum of RGB (Red+Green+Blue) = 224+18+232=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #E012E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012E8 is #1FED17. Grayscale: #676767. Windows color (decimal): -2092312 or 15209184. OLE color: 15209184.
HSL color Cylindrical-coordinate representation of color #E012E8: hue angle of 297.76º 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 #E012E8 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 18 | 232 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.09 |
| HSL | 297.76º | 0.86% | 0.49% | - |
| HSV(B) | 297.76º | 0.92% | 0.91% | - |
| XYZ | 45.52 | 22.11 | 78.21 | - |
| YUV | 103.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 232 | 0.03 | 0.92 | 0 | 0.09 | 297.76 | 0.86 | 0.49 |
| Hex | E0 | 12 | E8 | 3 | 5C | 0 | 9 | 12A | 56 | 31 |
| Octal | 340 | 22 | 350 | 3 | 134 | 0 | 11 | 452 | 126 | 61 |
| Binary | 11100000 | 10010 | 11101000 | 11 | 1011100 | 0 | 1001 | 100101010 | 1010110 | 110001 |
Color Harmonies of #E012E8
Complementary color
Monochromatic Colors of #E012E8
Black with #E012E8
Text Example
Text Example
White with #E012E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012E8; }
p { color: rgb(224,18,232); }
H1.HeaderClassName
{
color: #E012E8;
}
.AnyTagClassName
{
color: #E012E8;
}
</style>
background-color css
<style>
a { background-color: #E012E8; }
a { background-color: rgb(224,18,232); }
div.DivClassName
{
background-color: #E012E8;
}
.BgClassName
{
background-color: #E012E8;
}
</style>
border-color css
<style>
span { border-color: #E012E8; }
span { border-color: rgb(224,18,232); }
td.TdClassName
{
border-color: #E012E8;
}
.TagClassName
{
border-color: #E012E8;
}
</style>