#EC74AB

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

Shades of Hot Pink #EC74AB

Tints of Hot Pink #EC74AB

Color information

#EC74AB (or 0xEC74AB) is unknown color: approx Hot Pink. HEX triplet: EC, 74 and AB. RGB value is (236,116,171). Sum of RGB (Red+Green+Blue) = 236+116+171=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC74AB is #138B54. Grayscale: #9E9E9E. Windows color (decimal): -1280853 or 11236588. OLE color: 11236588.

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

Color convert

RGB236116171-
CMYK00.510.280.07
HSL332.5º75.95%69.02%-
HSV(B)332.5º50.85%92.55%-
XYZ48.1933.2642.41-
YUV158.15135.26183.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=45.12%
G=22.18%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611617100.510.280.07332.575.9569.02
HexEC74AB0331C714c4c45
Octal354164253063347514114105
Binary1110110011101001010101101100111110011110100110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74AB; }

 p { color: rgb(236,116,171); }

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

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

 a { background-color: rgb(236,116,171); }

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

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

 span { border-color: rgb(236,116,171); }

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