Html Css Color HEX #E80EF6 Psychedelic Purple

📋 copy color: '#E80EF6'

red 232 ◦ green 14 ◦ blue 246

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

Shades of Psychedelic Purple #E80EF6

Tints of Psychedelic Purple #E80EF6

RGB

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

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

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

R = 47.15%
G = 2.85%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E80EF6 (or 0xE80EF6) is known color: Psychedelic Purple. HEX triplet: E8, 0E and F6. RGB value is (232,14,246). Sum of RGB (Red+Green+Blue) = 232+14+246=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #E80EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80EF6 is #17F109. Grayscale: #686868. Windows color (decimal): -1569034 or 16125672. OLE color: 16125672.

HSL color Cylindrical-coordinate representation of color #E80EF6: hue angle of 296.38º 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 #E80EF6 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 14 246 -
CMYK 0.06 0.94 0 0.04
HSL 296.38º 0.93% 0.51% -
HSV(B) 296.38º 0.94% 0.96% -
XYZ 50.07 24.12 89.21 -
YUV 105.63 207.22 218.14 -
System Red Green Blue C M Y K H S L
Decimal 232 14 246 0.06 0.94 0 0.04 296.38 0.93 0.51
Hex E8 E F6 6 5E 0 4 128 5D 33
Octal 350 16 366 6 136 0 4 450 135 63
Binary 11101000 1110 11110110 110 1011110 0 100 100101000 1011101 110011

Color Harmonies of #E80EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80EF6

Black with #E80EF6

Text Example


Text Example

White with #E80EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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