Html Css Color HEX #E21EED Psychedelic Purple

📋 copy color: '#E21EED'

red 226 ◦ green 30 ◦ blue 237

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

Shades of Psychedelic Purple #E21EED

Tints of Psychedelic Purple #E21EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 45.84%
G = 6.09%
B = 48.07%

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

#E21EED (or 0xE21EED) is known color: Psychedelic Purple. HEX triplet: E2, 1E and ED. RGB value is (226,30,237). Sum of RGB (Red+Green+Blue) = 226+30+237=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #E21EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EED is #1DE112. Grayscale: #6F6F6F. Windows color (decimal): -1958163 or 15539938. OLE color: 15539938.

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

Color convert

RGB 226 30 237 -
CMYK 0.05 0.87 0 0.07
HSL 296.81º 0.85% 0.52% -
HSV(B) 296.81º 0.87% 0.93% -
XYZ 47.11 23.21 82.12 -
YUV 112.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 226 30 237 0.05 0.87 0 0.07 296.81 0.85 0.52
Hex E2 1E ED 5 57 0 7 129 55 34
Octal 342 36 355 5 127 0 7 451 125 64
Binary 11100010 11110 11101101 101 1010111 0 111 100101001 1010101 110100

Color Harmonies of #E21EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EED

Black with #E21EED

Text Example


Text Example

White with #E21EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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