#E12EFF

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

Shades of Psychedelic Purple #E12EFF

Tints of Psychedelic Purple #E12EFF

Color information

#E12EFF (or 0xE12EFF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 2E and FF. RGB value is (225,46,255). Sum of RGB (Red+Green+Blue) = 225+46+255=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #E12EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EFF is #1ED100. Grayscale: #7A7A7A. Windows color (decimal): -2019585 or 16723681. OLE color: 16723681.

HSL color Cylindrical-coordinate representation of color #E12EFF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12EFF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22546255-
CMYK0.120.8200
HSL291.39º100%59.02%-
HSV(B)291.39º81.96%100%-
XYZ50.0825.1896.83-
YUV123.35202.3200.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 46 (18.36% from 255) = 8.75%
BLUE value IS 255 (100% from 255) = 48.48%
R=42.78%
G=8.75%
B=48.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225462550.120.8200291.3910059.02
HexE12EFFC5200123643b
Octal34156377141220044314473
Binary111000011011101111111111001010010001001000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12EFF; }

 p { color: rgb(225,46,255); }

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

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

 a { background-color: rgb(225,46,255); }

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

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

 span { border-color: rgb(225,46,255); }

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