Html Css Color HEX #E21EFF Psychedelic Purple

📋 copy color: '#E21EFF'

red 226 ◦ green 30 ◦ blue 255

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

Shades of Psychedelic Purple #E21EFF

Tints of Psychedelic Purple #E21EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 44.23%
G = 5.87%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E21EFF (or 0xE21EFF) is known color: Psychedelic Purple. HEX triplet: E2, 1E and FF. RGB value is (226,30,255). Sum of RGB (Red+Green+Blue) = 226+30+255=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E21EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EFF is #1DE100. Grayscale: #717171. Windows color (decimal): -1958145 or 16719586. OLE color: 16719586.

HSL color Cylindrical-coordinate representation of color #E21EFF: hue angle of 292.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21EFF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 30 255 -
CMYK 0.11 0.88 0 0
HSL 292.27º 1% 0.56% -
HSV(B) 292.27º 0.88% 1% -
XYZ 49.88 24.32 96.67 -
YUV 114.25 207.43 207.7 -
System Red Green Blue C M Y K H S L
Decimal 226 30 255 0.11 0.88 0 0 292.27 1 0.56
Hex E2 1E FF B 58 0 0 124 64 38
Octal 342 36 377 13 130 0 0 444 144 70
Binary 11100010 11110 11111111 1011 1011000 0 0 100100100 1100100 111000

Color Harmonies of #E21EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EFF

Black with #E21EFF

Text Example


Text Example

White with #E21EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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