Html Css Color HEX #E86ABF Neon Pink

📋 copy color: '#E86ABF'

red 232 ◦ green 106 ◦ blue 191

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

Shades of Neon Pink #E86ABF

Tints of Neon Pink #E86ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.11%

R = 43.86%
G = 20.04%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E86ABF (or 0xE86ABF) is known color: Neon Pink. HEX triplet: E8, 6A and BF. RGB value is (232,106,191). Sum of RGB (Red+Green+Blue) = 232+106+191=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ABF is #179540. Grayscale: #999999. Windows color (decimal): -1545537 or 12544744. OLE color: 12544744.

HSL color Cylindrical-coordinate representation of color #E86ABF: hue angle of 319.52º 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 #E86ABF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 106 191 -
CMYK 0 0.54 0.18 0.09
HSL 319.52º 0.73% 0.66% -
HSV(B) 319.52º 0.54% 0.91% -
XYZ 47.84 31.23 52.8 -
YUV 153.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 232 106 191 0 0.54 0.18 0.09 319.52 0.73 0.66
Hex E8 6A BF 0 36 12 9 140 49 42
Octal 350 152 277 0 66 22 11 500 111 102
Binary 11101000 1101010 10111111 0 110110 10010 1001 101000000 1001001 1000010

Color Harmonies of #E86ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86ABF

Black with #E86ABF

Text Example


Text Example

White with #E86ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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