Shades of Psychedelic Purple #E012FF
Tints of Psychedelic Purple #E012FF
RGB
CMYK
RGB Variations
Color information
#E012FF (or 0xE012FF) is known color: Psychedelic Purple. HEX triplet: E0, 12 and FF. RGB value is (224,18,255). Sum of RGB (Red+Green+Blue) = 224+18+255=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E012FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012FF is #1FED00. Grayscale: #696969. Windows color (decimal): -2092289 or 16716512. OLE color: 16716512.
HSL color Cylindrical-coordinate representation of color #E012FF: hue angle of 292.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E012FF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 18 | 255 | - |
| CMYK | 0.12 | 0.93 | 0 | 0 |
| HSL | 292.15º | 1% | 0.54% | - |
| HSV(B) | 292.15º | 0.93% | 1% | - |
| XYZ | 49.01 | 23.5 | 96.56 | - |
| YUV | 106.61 | 211.75 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 255 | 0.12 | 0.93 | 0 | 0 | 292.15 | 1 | 0.54 |
| Hex | E0 | 12 | FF | C | 5D | 0 | 0 | 124 | 64 | 36 |
| Octal | 340 | 22 | 377 | 14 | 135 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11100000 | 10010 | 11111111 | 1100 | 1011101 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #E012FF
Complementary color
Monochromatic Colors of #E012FF
Black with #E012FF
Text Example
Text Example
White with #E012FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012FF; }
p { color: rgb(224,18,255); }
H1.HeaderClassName
{
color: #E012FF;
}
.AnyTagClassName
{
color: #E012FF;
}
</style>
background-color css
<style>
a { background-color: #E012FF; }
a { background-color: rgb(224,18,255); }
div.DivClassName
{
background-color: #E012FF;
}
.BgClassName
{
background-color: #E012FF;
}
</style>
border-color css
<style>
span { border-color: #E012FF; }
span { border-color: rgb(224,18,255); }
td.TdClassName
{
border-color: #E012FF;
}
.TagClassName
{
border-color: #E012FF;
}
</style>