#E86CC8

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

Shades of Neon Pink #E86CC8

Tints of Neon Pink #E86CC8

Color information

#E86CC8 (or 0xE86CC8) is unknown color: approx Neon Pink. HEX triplet: E8, 6C and C8. RGB value is (232,108,200). Sum of RGB (Red+Green+Blue) = 232+108+200=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CC8 is #179337. Grayscale: #9B9B9B. Windows color (decimal): -1545016 or 13135080. OLE color: 13135080.

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

Color convert

RGB232108200-
CMYK00.530.140.09
HSL315.48º72.94%66.67%-
HSV(B)315.48º53.45%90.98%-
XYZ49.0732.0558.24-
YUV155.56153.08182.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=42.96%
G=20%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210820000.530.140.09315.4872.9466.67
HexE86CC8035E913b4943
Octal3501543100651611473111103
Binary1110100011011001100100001101011110100110011101110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CC8; }

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

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

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

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

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

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

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

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