#EC5780

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

Shades of Dark Pink #EC5780

Tints of Dark Pink #EC5780

Color information

#EC5780 (or 0xEC5780) is unknown color: approx Dark Pink. HEX triplet: EC, 57 and 80. RGB value is (236,87,128). Sum of RGB (Red+Green+Blue) = 236+87+128=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5780 is #13A87F. Grayscale: #888888. Windows color (decimal): -1288320 or 8411116. OLE color: 8411116.

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

Color convert

RGB23687128-
CMYK00.630.460.07
HSL343.49º79.68%63.33%-
HSV(B)343.49º63.14%92.55%-
XYZ41.926.2123.27-
YUV136.22123.36199.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.33%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=52.33%
G=19.29%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368712800.630.460.07343.4979.6863.33
HexEC578003F2E7157503f
Octal35412720007756752712077
Binary1110110010101111000000001111111011101111010101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5780; }

 p { color: rgb(236,87,128); }

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

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

 a { background-color: rgb(236,87,128); }

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

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

 span { border-color: rgb(236,87,128); }

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