#E860C1

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

Shades of Neon Pink #E860C1

Tints of Neon Pink #E860C1

Color information

#E860C1 (or 0xE860C1) is unknown color: approx Neon Pink. HEX triplet: E8, 60 and C1. RGB value is (232,96,193). Sum of RGB (Red+Green+Blue) = 232+96+193=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E860C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E860C1 is #179F3E. Grayscale: #939393. Windows color (decimal): -1548095 or 12673256. OLE color: 12673256.

HSL color Cylindrical-coordinate representation of color #E860C1: hue angle of 317.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E860C1 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB23296193-
CMYK00.590.170.09
HSL317.21º74.73%64.31%-
HSV(B)317.21º58.62%90.98%-
XYZ47.0929.3753.64-
YUV147.72153.56188.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 96 (37.89% from 255) = 18.43%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=44.53%
G=18.43%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329619300.590.170.09317.2174.7364.31
HexE860C103B11913d4b40
Octal3501403010732111475113100
Binary11101000110000011000001011101110001100110011110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E860C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E860C1; }

 p { color: rgb(232,96,193); }

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

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

 a { background-color: rgb(232,96,193); }

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

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

 span { border-color: rgb(232,96,193); }

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