Html Css Color HEX #E422EB Psychedelic Purple

📋 copy color: '#E422EB'

red 228 ◦ green 34 ◦ blue 235

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

Shades of Psychedelic Purple #E422EB

Tints of Psychedelic Purple #E422EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 45.88%
G = 6.84%
B = 47.28%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E422EB (or 0xE422EB) is known color: Psychedelic Purple. HEX triplet: E4, 22 and EB. RGB value is (228,34,235). Sum of RGB (Red+Green+Blue) = 228+34+235=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 34 (13.67% from 255 or 6.84% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #E422EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422EB is #1BDD14. Grayscale: #727272. Windows color (decimal): -1826069 or 15409892. OLE color: 15409892.

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

Color convert

RGB 228 34 235 -
CMYK 0.03 0.86 0 0.08
HSL 297.91º 0.83% 0.53% -
HSV(B) 297.91º 0.86% 0.92% -
XYZ 47.56 23.64 80.65 -
YUV 114.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 228 34 235 0.03 0.86 0 0.08 297.91 0.83 0.53
Hex E4 22 EB 3 56 0 8 12A 53 35
Octal 344 42 353 3 126 0 10 452 123 65
Binary 11100100 100010 11101011 11 1010110 0 1000 100101010 1010011 110101

Color Harmonies of #E422EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422EB

Black with #E422EB

Text Example


Text Example

White with #E422EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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