#E012FC

Color #E012FC Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E012FC

Tints of Psychedelic Purple #E012FC

Color information

#E012FC (or 0xE012FC) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 12 and FC. RGB value is (224,18,252). Sum of RGB (Red+Green+Blue) = 224+18+252=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #E012FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012FC is #1FED03. Grayscale: #696969. Windows color (decimal): -2092292 or 16519904. OLE color: 16519904.

HSL color Cylindrical-coordinate representation of color #E012FC: hue angle of 292.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E012FC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22418252-
CMYK0.110.9300.01
HSL292.82º97.5%52.94%-
HSV(B)292.82º92.86%98.82%-
XYZ48.5323.3194.04-
YUV106.27210.25211.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 18 (7.42% from 255) = 3.64%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=45.34%
G=3.64%
B=51.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224182520.110.9300.01292.8297.552.94
HexE012FCB5D011256235
Octal34022374131350144514265
Binary11100000100101111110010111011101011001001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E012FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E012FC; }

 p { color: rgb(224,18,252); }

 H1.HeaderClassName
 {
   color: #E012FC;
 }
 .AnyTagClassName
 {
   color: #E012FC;
 }
</style>
background-color css

<style>
 a { background-color: #E012FC; }

 a { background-color: rgb(224,18,252); }

 div.DivClassName
 {
   background-color: #E012FC;
 }
 .BgClassName
 {
   background-color: #E012FC;
 }
</style>
border-color css

<style>
 span { border-color: #E012FC; }

 span { border-color: rgb(224,18,252); }

 td.TdClassName
 {
   border-color: #E012FC;
 }
 .TagClassName
 {
   border-color: #E012FC;
 }
</style>