#e96ec1

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

Shades of Neon Pink #E96EC1

Tints of Neon Pink #E96EC1

Color information

#E96EC1 (or 0xE96EC1) is unknown color: approx Neon Pink. HEX triplet: E9, 6E and C1. RGB value is (233,110,193). Sum of RGB (Red+Green+Blue) = 233+110+193=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EC1 is #16913E. Grayscale: #9C9C9C. Windows color (decimal): -1478975 or 12676841. OLE color: 12676841.

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

Color convert

RGB233110193-
CMYK00.530.170.09
HSL319.51º73.65%67.25%-
HSV(B)319.51º52.79%91.37%-
XYZ48.8132.3354.12-
YUV156.24148.75182.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 110 (43.36% from 255) = 20.52%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=43.47%
G=20.52%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311019300.530.170.09319.5173.6567.25
HexE96EC10351191404a43
Octal3511563010652111500112103
Binary11101001110111011000001011010110001100110100000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96ec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96ec1; }

 p { color: rgb(233,110,193); }

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

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

 a { background-color: rgb(233,110,193); }

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

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

 span { border-color: rgb(233,110,193); }

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