Shades of Psychedelic Purple #E012EB
Tints of Psychedelic Purple #E012EB
RGB
CMYK
RGB Variations
Color information
#E012EB (or 0xE012EB) is known color: Psychedelic Purple. HEX triplet: E0, 12 and EB. RGB value is (224,18,235). Sum of RGB (Red+Green+Blue) = 224+18+235=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #E012EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012EB is #1FED14. Grayscale: #676767. Windows color (decimal): -2092309 or 15405792. OLE color: 15405792.
HSL color Cylindrical-coordinate representation of color #E012EB: hue angle of 296.96º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E012EB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 18 | 235 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.08 |
| HSL | 296.96º | 0.86% | 0.5% | - |
| HSV(B) | 296.96º | 0.92% | 0.92% | - |
| XYZ | 45.95 | 22.28 | 80.48 | - |
| YUV | 104.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 235 | 0.05 | 0.92 | 0 | 0.08 | 296.96 | 0.86 | 0.5 |
| Hex | E0 | 12 | EB | 5 | 5C | 0 | 8 | 129 | 56 | 32 |
| Octal | 340 | 22 | 353 | 5 | 134 | 0 | 10 | 451 | 126 | 62 |
| Binary | 11100000 | 10010 | 11101011 | 101 | 1011100 | 0 | 1000 | 100101001 | 1010110 | 110010 |
Color Harmonies of #E012EB
Complementary color
Monochromatic Colors of #E012EB
Black with #E012EB
Text Example
Text Example
White with #E012EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012EB; }
p { color: rgb(224,18,235); }
H1.HeaderClassName
{
color: #E012EB;
}
.AnyTagClassName
{
color: #E012EB;
}
</style>
background-color css
<style>
a { background-color: #E012EB; }
a { background-color: rgb(224,18,235); }
div.DivClassName
{
background-color: #E012EB;
}
.BgClassName
{
background-color: #E012EB;
}
</style>
border-color css
<style>
span { border-color: #E012EB; }
span { border-color: rgb(224,18,235); }
td.TdClassName
{
border-color: #E012EB;
}
.TagClassName
{
border-color: #E012EB;
}
</style>