#E96DC5

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

Shades of Neon Pink #E96DC5

Tints of Neon Pink #E96DC5

Color information

#E96DC5 (or 0xE96DC5) is unknown color: approx Neon Pink. HEX triplet: E9, 6D and C5. RGB value is (233,109,197). Sum of RGB (Red+Green+Blue) = 233+109+197=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC5 is #16923A. Grayscale: #9B9B9B. Windows color (decimal): -1479227 or 12938729. OLE color: 12938729.

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

Color convert

RGB233109197-
CMYK00.530.150.09
HSL317.42º73.81%67.06%-
HSV(B)317.42º53.22%91.37%-
XYZ49.1532.2956.47-
YUV156.11151.08182.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 197 (77.34% from 255) = 36.55%
R=43.23%
G=20.22%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310919700.530.150.09317.4273.8167.06
HexE96DC5035F913d4a43
Octal3511553050651711475112103
Binary1110100111011011100010101101011111100110011110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DC5; }

 p { color: rgb(233,109,197); }

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

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

 a { background-color: rgb(233,109,197); }

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

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

 span { border-color: rgb(233,109,197); }

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