#e772aa

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

Shades of Hot Pink #E772AA

Tints of Hot Pink #E772AA

Color information

#E772AA (or 0xE772AA) is unknown color: approx Hot Pink. HEX triplet: E7, 72 and AA. RGB value is (231,114,170). Sum of RGB (Red+Green+Blue) = 231+114+170=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E772AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E772AA is #188D55. Grayscale: #9B9B9B. Windows color (decimal): -1609046 or 11170535. OLE color: 11170535.

HSL color Cylindrical-coordinate representation of color #E772AA: hue angle of 331.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772AA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231114170-
CMYK00.510.260.09
HSL331.28º70.91%67.65%-
HSV(B)331.28º50.65%90.59%-
XYZ46.2331.9341.76-
YUV155.37136.26181.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=44.85%
G=22.14%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111417000.510.260.09331.2870.9167.65
HexE772AA0331A914b4744
Octal3471622520633211513107104
Binary11100111111001010101010011001111010100110100101110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e772aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e772aa; }

 p { color: rgb(231,114,170); }

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

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

 a { background-color: rgb(231,114,170); }

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

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

 span { border-color: rgb(231,114,170); }

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