Html Css Color HEX #E21EEE Psychedelic Purple

📋 copy color: '#E21EEE'

red 226 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #E21EEE

Tints of Psychedelic Purple #E21EEE

RGB

 RED value IS 226 (88.67% from 255) = 45.75%

 GREEN value IS 30 (12.11% from 255) = 6.07%

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

R = 45.75%
G = 6.07%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E21EEE (or 0xE21EEE) is known color: Psychedelic Purple. HEX triplet: E2, 1E and EE. RGB value is (226,30,238). Sum of RGB (Red+Green+Blue) = 226+30+238=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #E21EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EEE is #1DE111. Grayscale: #6F6F6F. Windows color (decimal): -1958162 or 15605474. OLE color: 15605474.

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

Color convert

RGB 226 30 238 -
CMYK 0.05 0.87 0 0.07
HSL 296.54º 0.86% 0.53% -
HSV(B) 296.54º 0.87% 0.93% -
XYZ 47.26 23.27 82.89 -
YUV 112.32 198.93 209.09 -
System Red Green Blue C M Y K H S L
Decimal 226 30 238 0.05 0.87 0 0.07 296.54 0.86 0.53
Hex E2 1E EE 5 57 0 7 129 56 35
Octal 342 36 356 5 127 0 7 451 126 65
Binary 11100010 11110 11101110 101 1010111 0 111 100101001 1010110 110101

Color Harmonies of #E21EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EEE

Black with #E21EEE

Text Example


Text Example

White with #E21EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EEE; }

 p { color: rgb(226,30,238); }

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

background-color css

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

 a { background-color: rgb(226,30,238); }

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

border-color css

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

 span { border-color: rgb(226,30,238); }

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