#E96DBD

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

Shades of Neon Pink #E96DBD

Tints of Neon Pink #E96DBD

Color information

#E96DBD (or 0xE96DBD) is unknown color: approx Neon Pink. HEX triplet: E9, 6D and BD. RGB value is (233,109,189). Sum of RGB (Red+Green+Blue) = 233+109+189=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DBD is #169242. Grayscale: #9A9A9A. Windows color (decimal): -1479235 or 12414441. OLE color: 12414441.

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

Color convert

RGB233109189-
CMYK00.530.190.09
HSL321.29º73.81%67.06%-
HSV(B)321.29º53.22%91.37%-
XYZ48.2631.9451.76-
YUV155.2147.08183.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 109 (42.97% from 255) = 20.53%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=43.88%
G=20.53%
B=35.59%

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
Decimal23310918900.530.190.09321.2973.8167.06
HexE96DBD0351391414a43
Octal3511552750652311501112103
Binary11101001110110110111101011010110011100110100000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DBD; }

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

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

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

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

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

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

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

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