#EC71AC

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

Shades of Hot Pink #EC71AC

Tints of Hot Pink #EC71AC

Color information

#EC71AC (or 0xEC71AC) is unknown color: approx Hot Pink. HEX triplet: EC, 71 and AC. RGB value is (236,113,172). Sum of RGB (Red+Green+Blue) = 236+113+172=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71AC is #138E53. Grayscale: #9C9C9C. Windows color (decimal): -1281620 or 11301356. OLE color: 11301356.

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

Color convert

RGB236113172-
CMYK00.520.270.07
HSL331.22º76.4%68.43%-
HSV(B)331.22º52.12%92.55%-
XYZ47.9432.6242.8-
YUV156.5136.75184.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=45.30%
G=21.69%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611317200.520.270.07331.2276.468.43
HexEC71AC0341B714b4c44
Octal354161254064337513114104
Binary1110110011100011010110001101001101111110100101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71AC; }

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

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

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

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

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

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

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

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