Html Css Color HEX #E20EFA Psychedelic Purple

📋 copy color: '#E20EFA'

red 226 ◦ green 14 ◦ blue 250

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

Shades of Psychedelic Purple #E20EFA

Tints of Psychedelic Purple #E20EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.86%

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

R = 46.12%
G = 2.86%
B = 51.02%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E20EFA (or 0xE20EFA) is known color: Psychedelic Purple. HEX triplet: E2, 0E and FA. RGB value is (226,14,250). Sum of RGB (Red+Green+Blue) = 226+14+250=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #E20EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EFA is #1DF105. Grayscale: #676767. Windows color (decimal): -1962246 or 16387810. OLE color: 16387810.

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

Color convert

RGB 226 14 250 -
CMYK 0.10 0.94 0 0.02
HSL 293.9º 0.96% 0.52% -
HSV(B) 293.9º 0.94% 0.98% -
XYZ 48.78 23.38 92.39 -
YUV 104.29 210.24 214.81 -
System Red Green Blue C M Y K H S L
Decimal 226 14 250 0.10 0.94 0 0.02 293.9 0.96 0.52
Hex E2 E FA A 5E 0 2 126 60 34
Octal 342 16 372 12 136 0 2 446 140 64
Binary 11100010 1110 11111010 1010 1011110 0 10 100100110 1100000 110100

Color Harmonies of #E20EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20EFA

Black with #E20EFA

Text Example


Text Example

White with #E20EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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