Html Css Color HEX #E422EE Psychedelic Purple

📋 copy color: '#E422EE'

red 228 ◦ green 34 ◦ blue 238

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

Shades of Psychedelic Purple #E422EE

Tints of Psychedelic Purple #E422EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 45.6%
G = 6.8%
B = 47.6%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E422EE (or 0xE422EE) is known color: Psychedelic Purple. HEX triplet: E4, 22 and EE. RGB value is (228,34,238). Sum of RGB (Red+Green+Blue) = 228+34+238=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E422EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422EE is #1BDD11. Grayscale: #727272. Windows color (decimal): -1826066 or 15606500. OLE color: 15606500.

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

Color convert

RGB 228 34 238 -
CMYK 0.04 0.86 0 0.07
HSL 297.06º 0.86% 0.53% -
HSV(B) 297.06º 0.86% 0.93% -
XYZ 48 23.81 82.96 -
YUV 115.26 197.27 208.41 -
System Red Green Blue C M Y K H S L
Decimal 228 34 238 0.04 0.86 0 0.07 297.06 0.86 0.53
Hex E4 22 EE 4 56 0 7 129 56 35
Octal 344 42 356 4 126 0 7 451 126 65
Binary 11100100 100010 11101110 100 1010110 0 111 100101001 1010110 110101

Color Harmonies of #E422EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422EE

Black with #E422EE

Text Example


Text Example

White with #E422EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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