#E76AA9

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

Shades of Hot Pink #E76AA9

Tints of Hot Pink #E76AA9

Color information

#E76AA9 (or 0xE76AA9) is unknown color: approx Hot Pink. HEX triplet: E7, 6A and A9. RGB value is (231,106,169). Sum of RGB (Red+Green+Blue) = 231+106+169=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AA9 is #189556. Grayscale: #969696. Windows color (decimal): -1611095 or 11102951. OLE color: 11102951.

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

Color convert

RGB231106169-
CMYK00.540.270.09
HSL329.76º72.25%66.08%-
HSV(B)329.76º54.11%90.59%-
XYZ45.2730.1640.97-
YUV150.56138.41185.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=45.65%
G=20.95%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110616900.540.270.09329.7672.2566.08
HexE76AA90361B914a4842
Octal3471522510663311512110102
Binary11100111110101010101001011011011011100110100101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76AA9; }

 p { color: rgb(231,106,169); }

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

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

 a { background-color: rgb(231,106,169); }

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

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

 span { border-color: rgb(231,106,169); }

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