Html Css Color HEX #E211FA Psychedelic Purple

📋 copy color: '#E211FA'

red 226 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #E211FA

Tints of Psychedelic Purple #E211FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.45%

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

R = 45.84%
G = 3.45%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E211FA (or 0xE211FA) is known color: Psychedelic Purple. HEX triplet: E2, 11 and FA. RGB value is (226,17,250). Sum of RGB (Red+Green+Blue) = 226+17+250=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #E211FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E211FA is #1DEE05. Grayscale: #696969. Windows color (decimal): -1961478 or 16388578. OLE color: 16388578.

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

Color convert

RGB 226 17 250 -
CMYK 0.10 0.93 0 0.02
HSL 293.82º 0.96% 0.52% -
HSV(B) 293.82º 0.93% 0.98% -
XYZ 48.82 23.47 92.4 -
YUV 106.05 209.24 213.55 -
System Red Green Blue C M Y K H S L
Decimal 226 17 250 0.10 0.93 0 0.02 293.82 0.96 0.52
Hex E2 11 FA A 5D 0 2 126 60 34
Octal 342 21 372 12 135 0 2 446 140 64
Binary 11100010 10001 11111010 1010 1011101 0 10 100100110 1100000 110100

Color Harmonies of #E211FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211FA

Black with #E211FA

Text Example


Text Example

White with #E211FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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