#EC0D80

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

Shades of Deep Pink #EC0D80

Tints of Deep Pink #EC0D80

Color information

#EC0D80 (or 0xEC0D80) is unknown color: approx Deep Pink. HEX triplet: EC, 0D and 80. RGB value is (236,13,128). Sum of RGB (Red+Green+Blue) = 236+13+128=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D80 is #13F27F. Grayscale: #5C5C5C. Windows color (decimal): -1307264 or 8392172. OLE color: 8392172.

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

Color convert

RGB23613128-
CMYK00.940.460.07
HSL329.06º89.56%48.82%-
HSV(B)329.06º94.49%92.55%-
XYZ38.6319.6822.18-
YUV92.79147.88230.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.60%
GREEN value IS 13 (5.47% from 255) = 3.45%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=62.60%
G=3.45%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361312800.940.460.07329.0689.5648.82
HexECD8005E2E71495a31
Octal35415200013656751113261
Binary11101100110110000000010111101011101111010010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0D80; }

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

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

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

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

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

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

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

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