Html Css Color HEX #E21EE6 Psychedelic Purple

📋 copy color: '#E21EE6'

red 226 ◦ green 30 ◦ blue 230

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

Shades of Psychedelic Purple #E21EE6

Tints of Psychedelic Purple #E21EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 46.5%
G = 6.17%
B = 47.33%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E21EE6 (or 0xE21EE6) is known color: Psychedelic Purple. HEX triplet: E2, 1E and E6. RGB value is (226,30,230). Sum of RGB (Red+Green+Blue) = 226+30+230=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #E21EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EE6 is #1DE119. Grayscale: #6E6E6E. Windows color (decimal): -1958170 or 15081186. OLE color: 15081186.

HSL color Cylindrical-coordinate representation of color #E21EE6: hue angle of 298.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EE6 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 30 230 -
CMYK 0.02 0.87 0 0.10
HSL 298.8º 0.8% 0.51% -
HSV(B) 298.8º 0.87% 0.9% -
XYZ 46.11 22.81 76.84 -
YUV 111.4 194.93 209.74 -
System Red Green Blue C M Y K H S L
Decimal 226 30 230 0.02 0.87 0 0.10 298.8 0.8 0.51
Hex E2 1E E6 2 57 0 A 12B 50 33
Octal 342 36 346 2 127 0 12 453 120 63
Binary 11100010 11110 11100110 10 1010111 0 1010 100101011 1010000 110011

Color Harmonies of #E21EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EE6

Black with #E21EE6

Text Example


Text Example

White with #E21EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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