#EC72AA

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

Shades of Hot Pink #EC72AA

Tints of Hot Pink #EC72AA

Color information

#EC72AA (or 0xEC72AA) is unknown color: approx Hot Pink. HEX triplet: EC, 72 and AA. RGB value is (236,114,170). Sum of RGB (Red+Green+Blue) = 236+114+170=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72AA is #138D55. Grayscale: #9C9C9C. Windows color (decimal): -1281366 or 11170540. OLE color: 11170540.

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

Color convert

RGB236114170-
CMYK00.520.280.07
HSL332.46º76.25%68.63%-
HSV(B)332.46º51.69%92.55%-
XYZ47.8732.7741.83-
YUV156.86135.42184.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=45.38%
G=21.92%
B=32.69%

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
Decimal23611417000.520.280.07332.4676.2568.63
HexEC72AA0341C714c4c45
Octal354162252064347514114105
Binary1110110011100101010101001101001110011110100110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72AA; }

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

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

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

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

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

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

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

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