#EA71AC

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

Shades of Hot Pink #EA71AC

Tints of Hot Pink #EA71AC

Color information

#EA71AC (or 0xEA71AC) is unknown color: approx Hot Pink. HEX triplet: EA, 71 and AC. RGB value is (234,113,172). Sum of RGB (Red+Green+Blue) = 234+113+172=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71AC is #158E53. Grayscale: #9B9B9B. Windows color (decimal): -1412692 or 11301354. OLE color: 11301354.

HSL color Cylindrical-coordinate representation of color #EA71AC: hue angle of 330.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 #EA71AC is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234113172-
CMYK00.520.260.08
HSL330.74º74.23%68.04%-
HSV(B)330.74º51.71%91.76%-
XYZ47.2832.2842.77-
YUV155.9137.09183.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=45.09%
G=21.77%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411317200.520.260.08330.7474.2368.04
HexEA71AC0341A814b4a44
Octal3521612540643210513112104
Binary11101010111000110101100011010011010100010100101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA71AC; }

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

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

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

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

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

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

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

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