Html Css Color HEX #E022EE Psychedelic Purple

📋 copy color: '#E022EE'

red 224 ◦ green 34 ◦ blue 238

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

Shades of Psychedelic Purple #E022EE

Tints of Psychedelic Purple #E022EE

RGB

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

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

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

R = 45.16%
G = 6.85%
B = 47.98%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E022EE (or 0xE022EE) is known color: Psychedelic Purple. HEX triplet: E0, 22 and EE. RGB value is (224,34,238). Sum of RGB (Red+Green+Blue) = 224+34+238=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 34 (13.67% from 255 or 6.85% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #E022EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022EE is #1FDD11. Grayscale: #717171. Windows color (decimal): -2088210 or 15606496. OLE color: 15606496.

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

Color convert

RGB 224 34 238 -
CMYK 0.06 0.86 0 0.07
HSL 295.88º 0.86% 0.53% -
HSV(B) 295.88º 0.86% 0.93% -
XYZ 46.75 23.16 82.9 -
YUV 114.07 197.95 206.41 -
System Red Green Blue C M Y K H S L
Decimal 224 34 238 0.06 0.86 0 0.07 295.88 0.86 0.53
Hex E0 22 EE 6 56 0 7 128 56 35
Octal 340 42 356 6 126 0 7 450 126 65
Binary 11100000 100010 11101110 110 1010110 0 111 100101000 1010110 110101

Color Harmonies of #E022EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E022EE

Black with #E022EE

Text Example


Text Example

White with #E022EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E022EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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