Html Css Color HEX #E80CF6 Psychedelic Purple

📋 copy color: '#E80CF6'

red 232 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #E80CF6

Tints of Psychedelic Purple #E80CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.45%

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

R = 47.35%
G = 2.45%
B = 50.2%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E80CF6 (or 0xE80CF6) is known color: Psychedelic Purple. HEX triplet: E8, 0C and F6. RGB value is (232,12,246). Sum of RGB (Red+Green+Blue) = 232+12+246=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #E80CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80CF6 is #17F309. Grayscale: #676767. Windows color (decimal): -1569546 or 16125160. OLE color: 16125160.

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

Color convert

RGB 232 12 246 -
CMYK 0.06 0.95 0 0.04
HSL 296.41º 0.93% 0.51% -
HSV(B) 296.41º 0.95% 0.96% -
XYZ 50.04 24.07 89.2 -
YUV 104.46 207.89 218.97 -
System Red Green Blue C M Y K H S L
Decimal 232 12 246 0.06 0.95 0 0.04 296.41 0.93 0.51
Hex E8 C F6 6 5F 0 4 128 5D 33
Octal 350 14 366 6 137 0 4 450 135 63
Binary 11101000 1100 11110110 110 1011111 0 100 100101000 1011101 110011

Color Harmonies of #E80CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80CF6

Black with #E80CF6

Text Example


Text Example

White with #E80CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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