Html Css Color HEX #E422EC Psychedelic Purple

📋 copy color: '#E422EC'

red 228 ◦ green 34 ◦ blue 236

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

Shades of Psychedelic Purple #E422EC

Tints of Psychedelic Purple #E422EC

RGB

 RED value IS 228 (89.45% from 255) = 45.78%

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 45.78%
G = 6.83%
B = 47.39%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E422EC (or 0xE422EC) is known color: Psychedelic Purple. HEX triplet: E4, 22 and EC. RGB value is (228,34,236). Sum of RGB (Red+Green+Blue) = 228+34+236=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 34 (13.67% from 255 or 6.83% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #E422EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422EC is #1BDD13. Grayscale: #727272. Windows color (decimal): -1826068 or 15475428. OLE color: 15475428.

HSL color Cylindrical-coordinate representation of color #E422EC: hue angle of 297.62º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E422EC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 34 236 -
CMYK 0.03 0.86 0 0.07
HSL 297.62º 0.84% 0.53% -
HSV(B) 297.62º 0.86% 0.93% -
XYZ 47.71 23.69 81.42 -
YUV 115.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 228 34 236 0.03 0.86 0 0.07 297.62 0.84 0.53
Hex E4 22 EC 3 56 0 7 12A 54 35
Octal 344 42 354 3 126 0 7 452 124 65
Binary 11100100 100010 11101100 11 1010110 0 111 100101010 1010100 110101

Color Harmonies of #E422EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422EC

Black with #E422EC

Text Example


Text Example

White with #E422EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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