Html Css Color HEX #E20FEB Psychedelic Purple

📋 copy color: '#E20FEB'

red 226 ◦ green 15 ◦ blue 235

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

Shades of Psychedelic Purple #E20FEB

Tints of Psychedelic Purple #E20FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 47.48%
G = 3.15%
B = 49.37%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E20FEB (or 0xE20FEB) is known color: Psychedelic Purple. HEX triplet: E2, 0F and EB. RGB value is (226,15,235). Sum of RGB (Red+Green+Blue) = 226+15+235=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #E20FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FEB is #1DF014. Grayscale: #666666. Windows color (decimal): -1962005 or 15405026. OLE color: 15405026.

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

Color convert

RGB 226 15 235 -
CMYK 0.04 0.94 0 0.08
HSL 297.55º 0.88% 0.49% -
HSV(B) 297.55º 0.94% 0.92% -
XYZ 46.53 22.51 80.49 -
YUV 103.17 202.4 215.61 -
System Red Green Blue C M Y K H S L
Decimal 226 15 235 0.04 0.94 0 0.08 297.55 0.88 0.49
Hex E2 F EB 4 5E 0 8 12A 58 31
Octal 342 17 353 4 136 0 10 452 130 61
Binary 11100010 1111 11101011 100 1011110 0 1000 100101010 1011000 110001

Color Harmonies of #E20FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FEB

Black with #E20FEB

Text Example


Text Example

White with #E20FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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