Html Css Color HEX #E21AFA Psychedelic Purple

📋 copy color: '#E21AFA'

red 226 ◦ green 26 ◦ blue 250

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

Shades of Psychedelic Purple #E21AFA

Tints of Psychedelic Purple #E21AFA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.18%

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 45.02%
G = 5.18%
B = 49.8%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E21AFA (or 0xE21AFA) is known color: Psychedelic Purple. HEX triplet: E2, 1A and FA. RGB value is (226,26,250). Sum of RGB (Red+Green+Blue) = 226+26+250=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #E21AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21AFA is #1DE505. Grayscale: #6E6E6E. Windows color (decimal): -1959174 or 16390882. OLE color: 16390882.

HSL color Cylindrical-coordinate representation of color #E21AFA: hue angle of 293.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21AFA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 26 250 -
CMYK 0.10 0.90 0 0.02
HSL 293.57º 0.96% 0.54% -
HSV(B) 293.57º 0.9% 0.98% -
XYZ 48.99 23.81 92.46 -
YUV 111.34 206.26 209.79 -
System Red Green Blue C M Y K H S L
Decimal 226 26 250 0.10 0.90 0 0.02 293.57 0.96 0.54
Hex E2 1A FA A 5A 0 2 126 60 36
Octal 342 32 372 12 132 0 2 446 140 66
Binary 11100010 11010 11111010 1010 1011010 0 10 100100110 1100000 110110

Color Harmonies of #E21AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21AFA

Black with #E21AFA

Text Example


Text Example

White with #E21AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21AFA; }

 p { color: rgb(226,26,250); }

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

background-color css

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

 a { background-color: rgb(226,26,250); }

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

border-color css

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

 span { border-color: rgb(226,26,250); }

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