#E122F2

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

Shades of Psychedelic Purple #E122F2

Tints of Psychedelic Purple #E122F2

Color information

#E122F2 (or 0xE122F2) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 22 and F2. RGB value is (225,34,242). Sum of RGB (Red+Green+Blue) = 225+34+242=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 34 (13.67% from 255 or 6.79% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #E122F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E122F2 is #1EDD0D. Grayscale: #727272. Windows color (decimal): -2022670 or 15868641. OLE color: 15868641.

HSL color Cylindrical-coordinate representation of color #E122F2: hue angle of 295.1º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E122F2 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22534242-
CMYK0.070.8600.05
HSL295.1º88.89%54.12%-
HSV(B)295.1º85.95%94.9%-
XYZ47.6523.5686.04-
YUV114.82199.78206.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 34 (13.67% from 255) = 6.79%
BLUE value IS 242 (94.92% from 255) = 48.30%
R=44.91%
G=6.79%
B=48.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225342420.070.8600.05295.188.8954.12
HexE122F2756051275936
Octal3414236271260544713166
Binary1110000110001011110010111101011001011001001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122F2; }

 p { color: rgb(225,34,242); }

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

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

 a { background-color: rgb(225,34,242); }

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

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

 span { border-color: rgb(225,34,242); }

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