#EC1784

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

Shades of Deep Pink #EC1784

Tints of Deep Pink #EC1784

Color information

#EC1784 (or 0xEC1784) is unknown color: approx Deep Pink. HEX triplet: EC, 17 and 84. RGB value is (236,23,132). Sum of RGB (Red+Green+Blue) = 236+23+132=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1784 is #13E87B. Grayscale: #626262. Windows color (decimal): -1304700 or 8656876. OLE color: 8656876.

HSL color Cylindrical-coordinate representation of color #EC1784: hue angle of 329.3º 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 #EC1784 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23623132-
CMYK00.900.440.07
HSL329.3º84.86%50.78%-
HSV(B)329.3º90.25%92.55%-
XYZ39.0620.1123.65-
YUV99.11146.57225.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.36%
GREEN value IS 23 (9.38% from 255) = 5.88%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=60.36%
G=5.88%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362313200.900.440.07329.384.8650.78
HexEC178405A2C71495533
Octal35427204013254751112563
Binary111011001011110000100010110101011001111010010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1784; }

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

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

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

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

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

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

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

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