Html Css Color HEX #E022E4 Psychedelic Purple

📋 copy color: '#E022E4'

red 224 ◦ green 34 ◦ blue 228

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

Shades of Psychedelic Purple #E022E4

Tints of Psychedelic Purple #E022E4

RGB

 RED value IS 224 (87.89% from 255) = 46.09%

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

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 46.09%
G = 7%
B = 46.91%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E022E4 (or 0xE022E4) is known color: Psychedelic Purple. HEX triplet: E0, 22 and E4. RGB value is (224,34,228). Sum of RGB (Red+Green+Blue) = 224+34+228=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 34 (13.67% from 255 or 7.00% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #E022E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022E4 is #1FDD1B. Grayscale: #707070. Windows color (decimal): -2088220 or 14951136. OLE color: 14951136.

HSL color Cylindrical-coordinate representation of color #E022E4: hue angle of 298.76º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E022E4 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 34 228 -
CMYK 0.02 0.85 0 0.11
HSL 298.76º 0.78% 0.51% -
HSV(B) 298.76º 0.85% 0.89% -
XYZ 45.32 22.59 75.37 -
YUV 112.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 224 34 228 0.02 0.85 0 0.11 298.76 0.78 0.51
Hex E0 22 E4 2 55 0 B 12B 4E 33
Octal 340 42 344 2 125 0 13 453 116 63
Binary 11100000 100010 11100100 10 1010101 0 1011 100101011 1001110 110011

Color Harmonies of #E022E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E022E4

Black with #E022E4

Text Example


Text Example

White with #E022E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E022E4; }

 p { color: rgb(224,34,228); }

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

background-color css

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

 a { background-color: rgb(224,34,228); }

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

border-color css

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

 span { border-color: rgb(224,34,228); }

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