#e96aaf

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

Shades of Hot Pink #E96AAF

Tints of Hot Pink #E96AAF

Color information

#E96AAF (or 0xE96AAF) is unknown color: approx Hot Pink. HEX triplet: E9, 6A and AF. RGB value is (233,106,175). Sum of RGB (Red+Green+Blue) = 233+106+175=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AAF is #169550. Grayscale: #979797. Windows color (decimal): -1480017 or 11496169. OLE color: 11496169.

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

Color convert

RGB233106175-
CMYK00.550.250.09
HSL327.4º74.27%66.47%-
HSV(B)327.4º54.51%91.37%-
XYZ46.530.7344.04-
YUV151.84141.08185.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=45.33%
G=20.62%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310617500.550.250.09327.474.2766.47
HexE96AAF0371991474a42
Octal3511522570673111507112102
Binary11101001110101010101111011011111001100110100011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96aaf; }

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

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

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

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

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

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

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

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