#EA71AA

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

Shades of Hot Pink #EA71AA

Tints of Hot Pink #EA71AA

Color information

#EA71AA (or 0xEA71AA) is unknown color: approx Hot Pink. HEX triplet: EA, 71 and AA. RGB value is (234,113,170). Sum of RGB (Red+Green+Blue) = 234+113+170=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71AA is #158E55. Grayscale: #9B9B9B. Windows color (decimal): -1412694 or 11170282. OLE color: 11170282.

HSL color Cylindrical-coordinate representation of color #EA71AA: hue angle of 331.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71AA is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234113170-
CMYK00.520.270.08
HSL331.74º74.23%68.04%-
HSV(B)331.74º51.71%91.76%-
XYZ47.0932.241.76-
YUV155.68136.09183.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=45.26%
G=21.86%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411317000.520.270.08331.7474.2368.04
HexEA71AA0341B814c4a44
Octal3521612520643310514112104
Binary11101010111000110101010011010011011100010100110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA71AA; }

 p { color: rgb(234,113,170); }

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

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

 a { background-color: rgb(234,113,170); }

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

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

 span { border-color: rgb(234,113,170); }

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