#E96DBC

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

Shades of Neon Pink #E96DBC

Tints of Neon Pink #E96DBC

Color information

#E96DBC (or 0xE96DBC) is unknown color: approx Neon Pink. HEX triplet: E9, 6D and BC. RGB value is (233,109,188). Sum of RGB (Red+Green+Blue) = 233+109+188=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DBC is #169243. Grayscale: #9A9A9A. Windows color (decimal): -1479236 or 12348905. OLE color: 12348905.

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

Color convert

RGB233109188-
CMYK00.530.190.09
HSL321.77º73.81%67.06%-
HSV(B)321.77º53.22%91.37%-
XYZ48.1531.8951.19-
YUV155.08146.58183.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=43.96%
G=20.57%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310918800.530.190.09321.7773.8167.06
HexE96DBC0351391424a43
Octal3511552740652311502112103
Binary11101001110110110111100011010110011100110100001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DBC; }

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

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

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

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

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

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

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

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