#E96AB1

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

Shades of Hot Pink #E96AB1

Tints of Hot Pink #E96AB1

Color information

#E96AB1 (or 0xE96AB1) is unknown color: approx Hot Pink. HEX triplet: E9, 6A and B1. RGB value is (233,106,177). Sum of RGB (Red+Green+Blue) = 233+106+177=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AB1 is #16954E. Grayscale: #979797. Windows color (decimal): -1480015 or 11627241. OLE color: 11627241.

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

Color convert

RGB233106177-
CMYK00.550.240.09
HSL326.46º74.27%66.47%-
HSV(B)326.46º54.51%91.37%-
XYZ46.6930.8145.08-
YUV152.07142.08185.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.16%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=45.16%
G=20.54%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310617700.550.240.09326.4674.2766.47
HexE96AB10371891464a42
Octal3511522610673011506112102
Binary11101001110101010110001011011111000100110100011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96AB1; }

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

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

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

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

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

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

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

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