Html Css Color HEX #E820F6 Psychedelic Purple

📋 copy color: '#E820F6'

red 232 ◦ green 32 ◦ blue 246

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

Shades of Psychedelic Purple #E820F6

Tints of Psychedelic Purple #E820F6

RGB

 RED value IS 232 (91.02% from 255) = 45.49%

 GREEN value IS 32 (12.89% from 255) = 6.27%

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

R = 45.49%
G = 6.27%
B = 48.24%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E820F6 (or 0xE820F6) is known color: Psychedelic Purple. HEX triplet: E8, 20 and F6. RGB value is (232,32,246). Sum of RGB (Red+Green+Blue) = 232+32+246=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 32 (12.89% from 255 or 6.27% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #E820F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820F6 is #17DF09. Grayscale: #737373. Windows color (decimal): -1564426 or 16130280. OLE color: 16130280.

HSL color Cylindrical-coordinate representation of color #E820F6: hue angle of 296.07º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E820F6 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 32 246 -
CMYK 0.06 0.87 0 0.04
HSL 296.07º 0.92% 0.55% -
HSV(B) 296.07º 0.87% 0.96% -
XYZ 50.43 24.84 89.33 -
YUV 116.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 232 32 246 0.06 0.87 0 0.04 296.07 0.92 0.55
Hex E8 20 F6 6 57 0 4 128 5C 37
Octal 350 40 366 6 127 0 4 450 134 67
Binary 11101000 100000 11110110 110 1010111 0 100 100101000 1011100 110111

Color Harmonies of #E820F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E820F6

Black with #E820F6

Text Example


Text Example

White with #E820F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E820F6; }

 p { color: rgb(232,32,246); }

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

background-color css

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

 a { background-color: rgb(232,32,246); }

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

border-color css

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

 span { border-color: rgb(232,32,246); }

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