Html Css Color HEX #E21FFF Psychedelic Purple

📋 copy color: '#E21FFF'

red 226 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E21FFF

Tints of Psychedelic Purple #E21FFF

RGB

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

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

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

R = 44.14%
G = 6.05%
B = 49.8%

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

#E21FFF (or 0xE21FFF) is known color: Psychedelic Purple. HEX triplet: E2, 1F and FF. RGB value is (226,31,255). Sum of RGB (Red+Green+Blue) = 226+31+255=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #E21FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FFF is #1DE000. Grayscale: #727272. Windows color (decimal): -1957889 or 16719842. OLE color: 16719842.

HSL color Cylindrical-coordinate representation of color #E21FFF: hue angle of 292.23º 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 #E21FFF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 31 255 -
CMYK 0.11 0.88 0 0
HSL 292.23º 1% 0.56% -
HSV(B) 292.23º 0.88% 1% -
XYZ 49.9 24.37 96.68 -
YUV 114.84 207.1 207.29 -
System Red Green Blue C M Y K H S L
Decimal 226 31 255 0.11 0.88 0 0 292.23 1 0.56
Hex E2 1F FF B 58 0 0 124 64 38
Octal 342 37 377 13 130 0 0 444 144 70
Binary 11100010 11111 11111111 1011 1011000 0 0 100100100 1100100 111000

Color Harmonies of #E21FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FFF

Black with #E21FFF

Text Example


Text Example

White with #E21FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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