Html Css Color HEX #E21FED Psychedelic Purple

📋 copy color: '#E21FED'

red 226 ◦ green 31 ◦ blue 237

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

Shades of Psychedelic Purple #E21FED

Tints of Psychedelic Purple #E21FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.28%

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

R = 45.75%
G = 6.28%
B = 47.98%

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

#E21FED (or 0xE21FED) is known color: Psychedelic Purple. HEX triplet: E2, 1F and ED. RGB value is (226,31,237). Sum of RGB (Red+Green+Blue) = 226+31+237=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 31 (12.5% from 255 or 6.28% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #E21FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FED is #1DE012. Grayscale: #707070. Windows color (decimal): -1957907 or 15540194. OLE color: 15540194.

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

Color convert

RGB 226 31 237 -
CMYK 0.05 0.87 0 0.07
HSL 296.8º 0.85% 0.53% -
HSV(B) 296.8º 0.87% 0.93% -
XYZ 47.14 23.26 82.13 -
YUV 112.79 198.1 208.75 -
System Red Green Blue C M Y K H S L
Decimal 226 31 237 0.05 0.87 0 0.07 296.8 0.85 0.53
Hex E2 1F ED 5 57 0 7 129 55 35
Octal 342 37 355 5 127 0 7 451 125 65
Binary 11100010 11111 11101101 101 1010111 0 111 100101001 1010101 110101

Color Harmonies of #E21FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FED

Black with #E21FED

Text Example


Text Example

White with #E21FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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