#EC477F

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

Shades of Dark Pink #EC477F

Tints of Dark Pink #EC477F

Color information

#EC477F (or 0xEC477F) is unknown color: approx Dark Pink. HEX triplet: EC, 47 and 7F. RGB value is (236,71,127). Sum of RGB (Red+Green+Blue) = 236+71+127=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC477F is #13B880. Grayscale: #7E7E7E. Windows color (decimal): -1292417 or 8341484. OLE color: 8341484.

HSL color Cylindrical-coordinate representation of color #EC477F: hue angle of 339.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC477F is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23671127-
CMYK00.700.460.07
HSL339.64º81.28%60.2%-
HSV(B)339.64º69.92%92.55%-
XYZ40.6823.8722.54-
YUV126.72128.16205.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.38%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 127 (50% from 255) = 29.26%
R=54.38%
G=16.36%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367112700.700.460.07339.6481.2860.2
HexEC477F0462E7154513c
Octal354107177010656752412174
Binary1110110010001111111111010001101011101111010101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC477F; }

 p { color: rgb(236,71,127); }

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

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

 a { background-color: rgb(236,71,127); }

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

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

 span { border-color: rgb(236,71,127); }

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