#EC71AA

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

Shades of Hot Pink #EC71AA

Tints of Hot Pink #EC71AA

Color information

#EC71AA (or 0xEC71AA) is unknown color: approx Hot Pink. HEX triplet: EC, 71 and AA. RGB value is (236,113,170). Sum of RGB (Red+Green+Blue) = 236+113+170=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71AA is #138E55. Grayscale: #9C9C9C. Windows color (decimal): -1281622 or 11170284. OLE color: 11170284.

HSL color Cylindrical-coordinate representation of color #EC71AA: hue angle of 332.2º 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 #EC71AA is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236113170-
CMYK00.520.280.07
HSL332.2º76.4%68.43%-
HSV(B)332.2º52.12%92.55%-
XYZ47.7532.5541.8-
YUV156.27135.75184.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=45.47%
G=21.77%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611317000.520.280.07332.276.468.43
HexEC71AA0341C714c4c44
Octal354161252064347514114104
Binary1110110011100011010101001101001110011110100110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71AA; }

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

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

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

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

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

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

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

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