#ec1786

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

Shades of Deep Pink #EC1786

Tints of Deep Pink #EC1786

Color information

#EC1786 (or 0xEC1786) is unknown color: approx Deep Pink. HEX triplet: EC, 17 and 86. RGB value is (236,23,134). Sum of RGB (Red+Green+Blue) = 236+23+134=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1786 is #13E879. Grayscale: #636363. Windows color (decimal): -1304698 or 8787948. OLE color: 8787948.

HSL color Cylindrical-coordinate representation of color #EC1786: hue angle of 328.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1786 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB23623134-
CMYK00.900.430.07
HSL328.73º84.86%50.78%-
HSV(B)328.73º90.25%92.55%-
XYZ39.220.1724.38-
YUV99.34147.57225.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.05%
GREEN value IS 23 (9.38% from 255) = 5.85%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=60.05%
G=5.85%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362313400.900.430.07328.7384.8650.78
HexEC178605A2B71495533
Octal35427206013253751112563
Binary111011001011110000110010110101010111111010010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec1786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec1786; }

 p { color: rgb(236,23,134); }

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

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

 a { background-color: rgb(236,23,134); }

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

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

 span { border-color: rgb(236,23,134); }

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