#E96DAB

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

Shades of Hot Pink #E96DAB

Tints of Hot Pink #E96DAB

Color information

#E96DAB (or 0xE96DAB) is unknown color: approx Hot Pink. HEX triplet: E9, 6D and AB. RGB value is (233,109,171). Sum of RGB (Red+Green+Blue) = 233+109+171=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DAB is #169254. Grayscale: #999999. Windows color (decimal): -1479253 or 11234793. OLE color: 11234793.

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

Color convert

RGB233109171-
CMYK00.530.270.09
HSL330º73.81%67.06%-
HSV(B)330º53.22%91.37%-
XYZ46.4231.242.1-
YUV153.14138.08184.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=45.42%
G=21.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310917100.530.270.0933073.8167.06
HexE96DAB0351B914a4a43
Octal3511552530653311512112103
Binary11101001110110110101011011010111011100110100101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DAB; }

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

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

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

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

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

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

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

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