#e96ab7

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

Shades of Hot Pink #E96AB7

Tints of Hot Pink #E96AB7

Color information

#E96AB7 (or 0xE96AB7) is unknown color: approx Hot Pink. HEX triplet: E9, 6A and B7. RGB value is (233,106,183). Sum of RGB (Red+Green+Blue) = 233+106+183=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB7 is #169548. Grayscale: #989898. Windows color (decimal): -1480009 or 12020457. OLE color: 12020457.

HSL color Cylindrical-coordinate representation of color #E96AB7: hue angle of 323.62º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AB7 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB233106183-
CMYK00.550.210.09
HSL323.62º74.27%66.47%-
HSV(B)323.62º54.51%91.37%-
XYZ47.3131.0548.3-
YUV152.75145.08185.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.64%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=44.64%
G=20.31%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310618300.550.210.09323.6274.2766.47
HexE96AB70371591444a42
Octal3511522670672511504112102
Binary11101001110101010110111011011110101100110100010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96ab7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96ab7; }

 p { color: rgb(233,106,183); }

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

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

 a { background-color: rgb(233,106,183); }

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

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

 span { border-color: rgb(233,106,183); }

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