#E86CC4

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

Shades of Neon Pink #E86CC4

Tints of Neon Pink #E86CC4

Color information

#E86CC4 (or 0xE86CC4) is unknown color: approx Neon Pink. HEX triplet: E8, 6C and C4. RGB value is (232,108,196). Sum of RGB (Red+Green+Blue) = 232+108+196=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CC4 is #17933B. Grayscale: #9A9A9A. Windows color (decimal): -1545020 or 12872936. OLE color: 12872936.

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

Color convert

RGB232108196-
CMYK00.530.160.09
HSL317.42º72.94%66.67%-
HSV(B)317.42º53.45%90.98%-
XYZ48.6131.8755.81-
YUV155.11151.08182.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.28%
GREEN value IS 108 (42.58% from 255) = 20.15%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=43.28%
G=20.15%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210819600.530.160.09317.4272.9466.67
HexE86CC403510913d4943
Octal3501543040652011475111103
Binary11101000110110011000100011010110000100110011110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CC4; }

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

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

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

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

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

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

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

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