Html Css Color HEX #E20FEC Psychedelic Purple

📋 copy color: '#E20FEC'

red 226 ◦ green 15 ◦ blue 236

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

Shades of Psychedelic Purple #E20FEC

Tints of Psychedelic Purple #E20FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 47.38%
G = 3.14%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E20FEC (or 0xE20FEC) is known color: Psychedelic Purple. HEX triplet: E2, 0F and EC. RGB value is (226,15,236). Sum of RGB (Red+Green+Blue) = 226+15+236=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #E20FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FEC is #1DF013. Grayscale: #666666. Windows color (decimal): -1962004 or 15470562. OLE color: 15470562.

HSL color Cylindrical-coordinate representation of color #E20FEC: hue angle of 297.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FEC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 15 236 -
CMYK 0.04 0.94 0 0.07
HSL 297.29º 0.88% 0.49% -
HSV(B) 297.29º 0.94% 0.93% -
XYZ 46.68 22.57 81.25 -
YUV 103.28 202.9 215.53 -
System Red Green Blue C M Y K H S L
Decimal 226 15 236 0.04 0.94 0 0.07 297.29 0.88 0.49
Hex E2 F EC 4 5E 0 7 129 58 31
Octal 342 17 354 4 136 0 7 451 130 61
Binary 11100010 1111 11101100 100 1011110 0 111 100101001 1011000 110001

Color Harmonies of #E20FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FEC

Black with #E20FEC

Text Example


Text Example

White with #E20FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FEC; }

 p { color: rgb(226,15,236); }

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

background-color css

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

 a { background-color: rgb(226,15,236); }

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

border-color css

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

 span { border-color: rgb(226,15,236); }

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