Html Css Color HEX #E21FFA Psychedelic Purple

📋 copy color: '#E21FFA'

red 226 ◦ green 31 ◦ blue 250

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

Shades of Psychedelic Purple #E21FFA

Tints of Psychedelic Purple #E21FFA

RGB

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

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

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

R = 44.58%
G = 6.11%
B = 49.31%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E21FFA (or 0xE21FFA) is known color: Psychedelic Purple. HEX triplet: E2, 1F and FA. RGB value is (226,31,250). Sum of RGB (Red+Green+Blue) = 226+31+250=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #E21FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FFA is #1DE005. Grayscale: #717171. Windows color (decimal): -1957894 or 16392162. OLE color: 16392162.

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

Color convert

RGB 226 31 250 -
CMYK 0.10 0.88 0 0.02
HSL 293.42º 0.96% 0.55% -
HSV(B) 293.42º 0.88% 0.98% -
XYZ 49.11 24.05 92.5 -
YUV 114.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 226 31 250 0.10 0.88 0 0.02 293.42 0.96 0.55
Hex E2 1F FA A 58 0 2 125 60 37
Octal 342 37 372 12 130 0 2 445 140 67
Binary 11100010 11111 11111010 1010 1011000 0 10 100100101 1100000 110111

Color Harmonies of #E21FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FFA

Black with #E21FFA

Text Example


Text Example

White with #E21FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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