Html Css Color HEX #E20FF6 Psychedelic Purple

📋 copy color: '#E20FF6'

red 226 ◦ green 15 ◦ blue 246

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

Shades of Psychedelic Purple #E20FF6

Tints of Psychedelic Purple #E20FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 46.41%
G = 3.08%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E20FF6 (or 0xE20FF6) is known color: Psychedelic Purple. HEX triplet: E2, 0F and F6. RGB value is (226,15,246). Sum of RGB (Red+Green+Blue) = 226+15+246=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #E20FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FF6 is #1DF009. Grayscale: #676767. Windows color (decimal): -1961994 or 16125922. OLE color: 16125922.

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

Color convert

RGB 226 15 246 -
CMYK 0.08 0.94 0 0.04
HSL 294.81º 0.93% 0.51% -
HSV(B) 294.81º 0.94% 0.96% -
XYZ 48.17 23.16 89.12 -
YUV 104.42 207.9 214.72 -
System Red Green Blue C M Y K H S L
Decimal 226 15 246 0.08 0.94 0 0.04 294.81 0.93 0.51
Hex E2 F F6 8 5E 0 4 127 5D 33
Octal 342 17 366 10 136 0 4 447 135 63
Binary 11100010 1111 11110110 1000 1011110 0 100 100100111 1011101 110011

Color Harmonies of #E20FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FF6

Black with #E20FF6

Text Example


Text Example

White with #E20FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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