Html Css Color HEX #E122F1 Psychedelic Purple

📋 copy color: '#E122F1'

red 225 ◦ green 34 ◦ blue 241

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

Shades of Psychedelic Purple #E122F1

Tints of Psychedelic Purple #E122F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 45%
G = 6.8%
B = 48.2%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E122F1 (or 0xE122F1) is known color: Psychedelic Purple. HEX triplet: E1, 22 and F1. RGB value is (225,34,241). Sum of RGB (Red+Green+Blue) = 225+34+241=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #E122F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E122F1 is #1EDD0E. Grayscale: #727272. Windows color (decimal): -2022671 or 15803105. OLE color: 15803105.

HSL color Cylindrical-coordinate representation of color #E122F1: hue angle of 295.36º degrees, saturation: 0.88, 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 #E122F1 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 34 241 -
CMYK 0.07 0.86 0 0.05
HSL 295.36º 0.88% 0.54% -
HSV(B) 295.36º 0.86% 0.95% -
XYZ 47.5 23.5 85.25 -
YUV 114.71 199.28 206.67 -
System Red Green Blue C M Y K H S L
Decimal 225 34 241 0.07 0.86 0 0.05 295.36 0.88 0.54
Hex E1 22 F1 7 56 0 5 127 58 36
Octal 341 42 361 7 126 0 5 447 130 66
Binary 11100001 100010 11110001 111 1010110 0 101 100100111 1011000 110110

Color Harmonies of #E122F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122F1

Black with #E122F1

Text Example


Text Example

White with #E122F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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