#E771AE

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

Shades of Hot Pink #E771AE

Tints of Hot Pink #E771AE

Color information

#E771AE (or 0xE771AE) is unknown color: approx Hot Pink. HEX triplet: E7, 71 and AE. RGB value is (231,113,174). Sum of RGB (Red+Green+Blue) = 231+113+174=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E771AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771AE is #188E51. Grayscale: #9B9B9B. Windows color (decimal): -1609298 or 11432423. OLE color: 11432423.

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

Color convert

RGB231113174-
CMYK00.510.250.09
HSL328.98º71.08%67.45%-
HSV(B)328.98º51.08%90.59%-
XYZ46.531.8643.74-
YUV155.24138.59182.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=44.59%
G=21.81%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111317400.510.250.09328.9871.0867.45
HexE771AE0331991494743
Octal3471612560633111511107103
Binary11100111111000110101110011001111001100110100100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771AE; }

 p { color: rgb(231,113,174); }

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

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

 a { background-color: rgb(231,113,174); }

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

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

 span { border-color: rgb(231,113,174); }

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