Html Css Color HEX #E86AC4 Neon Pink

📋 copy color: '#E86AC4'

red 232 ◦ green 106 ◦ blue 196

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

Shades of Neon Pink #E86AC4

Tints of Neon Pink #E86AC4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 43.45%
G = 19.85%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E86AC4 (or 0xE86AC4) is known color: Neon Pink. HEX triplet: E8, 6A and C4. RGB value is (232,106,196). Sum of RGB (Red+Green+Blue) = 232+106+196=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E86AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86AC4 is #17953B. Grayscale: #999999. Windows color (decimal): -1545532 or 12872424. OLE color: 12872424.

HSL color Cylindrical-coordinate representation of color #E86AC4: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86AC4 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 106 196 -
CMYK 0 0.54 0.16 0.09
HSL 317.14º 0.73% 0.66% -
HSV(B) 317.14º 0.54% 0.91% -
XYZ 48.4 31.45 55.74 -
YUV 153.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 232 106 196 0 0.54 0.16 0.09 317.14 0.73 0.66
Hex E8 6A C4 0 36 10 9 13D 49 42
Octal 350 152 304 0 66 20 11 475 111 102
Binary 11101000 1101010 11000100 0 110110 10000 1001 100111101 1001001 1000010

Color Harmonies of #E86AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86AC4

Black with #E86AC4

Text Example


Text Example

White with #E86AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86AC4; }

 p { color: rgb(232,106,196); }

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

background-color css

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

 a { background-color: rgb(232,106,196); }

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

border-color css

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

 span { border-color: rgb(232,106,196); }

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