Html Css Color HEX #E20FFF Psychedelic Purple

📋 copy color: '#E20FFF'

red 226 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #E20FFF

Tints of Psychedelic Purple #E20FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 45.56%
G = 3.02%
B = 51.41%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E20FFF (or 0xE20FFF) is known color: Psychedelic Purple. HEX triplet: E2, 0F and FF. RGB value is (226,15,255). Sum of RGB (Red+Green+Blue) = 226+15+255=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #E20FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FFF is #1DF000. Grayscale: #686868. Windows color (decimal): -1961985 or 16715746. OLE color: 16715746.

HSL color Cylindrical-coordinate representation of color #E20FFF: hue angle of 292.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20FFF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 15 255 -
CMYK 0.11 0.94 0 0
HSL 292.75º 1% 0.53% -
HSV(B) 292.75º 0.94% 1% -
XYZ 49.58 23.73 96.57 -
YUV 105.45 212.4 213.99 -
System Red Green Blue C M Y K H S L
Decimal 226 15 255 0.11 0.94 0 0 292.75 1 0.53
Hex E2 F FF B 5E 0 0 125 64 35
Octal 342 17 377 13 136 0 0 445 144 65
Binary 11100010 1111 11111111 1011 1011110 0 0 100100101 1100100 110101

Color Harmonies of #E20FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FFF

Black with #E20FFF

Text Example


Text Example

White with #E20FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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