Html Css Color HEX #E122FC Psychedelic Purple

📋 copy color: '#E122FC'

red 225 ◦ green 34 ◦ blue 252

#E122FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E122FC

Tints of Psychedelic Purple #E122FC

RGB

 RED value IS 225 (88.28% from 255) = 44.03%

 GREEN value IS 34 (13.67% from 255) = 6.65%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 44.03%
G = 6.65%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E122FC (or 0xE122FC) is known color: Psychedelic Purple. HEX triplet: E1, 22 and FC. RGB value is (225,34,252). Sum of RGB (Red+Green+Blue) = 225+34+252=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 34 (13.67% from 255 or 6.65% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #E122FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E122FC is #1EDD03. Grayscale: #737373. Windows color (decimal): -2022660 or 16524001. OLE color: 16524001.

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

Color convert

RGB 225 34 252 -
CMYK 0.11 0.87 0 0.01
HSL 292.57º 0.97% 0.56% -
HSV(B) 292.57º 0.87% 0.99% -
XYZ 49.19 24.18 94.17 -
YUV 115.96 204.78 205.77 -
System Red Green Blue C M Y K H S L
Decimal 225 34 252 0.11 0.87 0 0.01 292.57 0.97 0.56
Hex E1 22 FC B 57 0 1 125 61 38
Octal 341 42 374 13 127 0 1 445 141 70
Binary 11100001 100010 11111100 1011 1010111 0 1 100100101 1100001 111000

Color Harmonies of #E122FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122FC

Black with #E122FC

Text Example


Text Example

White with #E122FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122FC; }

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

 H1.HeaderClassName
 {
   color: #E122FC;
 }
 .AnyTagClassName
 {
   color: #E122FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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