#E86CBC

Color #E86CBC Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #E86CBC

Tints of Neon Pink #E86CBC

Color information

#E86CBC (or 0xE86CBC) is unknown color: approx Neon Pink. HEX triplet: E8, 6C and BC. RGB value is (232,108,188). Sum of RGB (Red+Green+Blue) = 232+108+188=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CBC is #179343. Grayscale: #9A9A9A. Windows color (decimal): -1545028 or 12348648. OLE color: 12348648.

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

Color convert

RGB232108188-
CMYK00.530.190.09
HSL321.29º72.94%66.67%-
HSV(B)321.29º53.45%90.98%-
XYZ47.7231.5151.14-
YUV154.2147.08183.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 108 (42.58% from 255) = 20.45%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=43.94%
G=20.45%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210818800.530.190.09321.2972.9466.67
HexE86CBC0351391414943
Octal3501542740652311501111103
Binary11101000110110010111100011010110011100110100000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CBC; }

 p { color: rgb(232,108,188); }

 H1.HeaderClassName
 {
   color: #E86CBC;
 }
 .AnyTagClassName
 {
   color: #E86CBC;
 }
</style>
background-color css

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

 a { background-color: rgb(232,108,188); }

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

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

 span { border-color: rgb(232,108,188); }

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