#E12CF7

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

Shades of Psychedelic Purple #E12CF7

Tints of Psychedelic Purple #E12CF7

Color information

#E12CF7 (or 0xE12CF7) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 2C and F7. RGB value is (225,44,247). Sum of RGB (Red+Green+Blue) = 225+44+247=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 44 (17.58% from 255 or 8.53% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #E12CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CF7 is #1ED308. Grayscale: #787878. Windows color (decimal): -2020105 or 16198881. OLE color: 16198881.

HSL color Cylindrical-coordinate representation of color #E12CF7: hue angle of 293.5º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12CF7 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22544247-
CMYK0.090.8200.03
HSL293.5º92.69%57.06%-
HSV(B)293.5º82.19%96.86%-
XYZ48.7424.5290.16-
YUV121.26198.97201.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 44 (17.58% from 255) = 8.53%
BLUE value IS 247 (96.88% from 255) = 47.87%
R=43.60%
G=8.53%
B=47.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225442470.090.8200.03293.592.6957.06
HexE12CF7952031255d39
Octal34154367111220344513571
Binary1110000110110011110111100110100100111001001011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12CF7; }

 p { color: rgb(225,44,247); }

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

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

 a { background-color: rgb(225,44,247); }

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

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

 span { border-color: rgb(225,44,247); }

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