#E96DAC

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

Shades of Hot Pink #E96DAC

Tints of Hot Pink #E96DAC

Color information

#E96DAC (or 0xE96DAC) is unknown color: approx Hot Pink. HEX triplet: E9, 6D and AC. RGB value is (233,109,172). Sum of RGB (Red+Green+Blue) = 233+109+172=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DAC is #169253. Grayscale: #999999. Windows color (decimal): -1479252 or 11300329. OLE color: 11300329.

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

Color convert

RGB233109172-
CMYK00.530.260.09
HSL329.52º73.81%67.06%-
HSV(B)329.52º53.22%91.37%-
XYZ46.5231.2442.61-
YUV153.26138.58184.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=45.33%
G=21.21%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310917200.530.260.09329.5273.8167.06
HexE96DAC0351A914a4a43
Octal3511552540653211512112103
Binary11101001110110110101100011010111010100110100101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DAC; }

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

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

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

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

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

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

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

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