#EC1396

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

Shades of Deep Pink #EC1396

Tints of Deep Pink #EC1396

Color information

#EC1396 (or 0xEC1396) is unknown color: approx Deep Pink. HEX triplet: EC, 13 and 96. RGB value is (236,19,150). Sum of RGB (Red+Green+Blue) = 236+19+150=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1396 is #13EC69. Grayscale: #626262. Windows color (decimal): -1305706 or 9835500. OLE color: 9835500.

HSL color Cylindrical-coordinate representation of color #EC1396: hue angle of 323.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1396 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23619150-
CMYK00.920.360.07
HSL323.78º85.1%50%-
HSV(B)323.78º91.95%92.55%-
XYZ40.3320.530.69-
YUV98.82156.89225.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.27%
GREEN value IS 19 (7.81% from 255) = 4.69%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=58.27%
G=4.69%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361915000.920.360.07323.7885.150
HexEC139605C2471445532
Octal35423226013444750412562
Binary111011001001110010110010111001001001111010001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1396; }

 p { color: rgb(236,19,150); }

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

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

 a { background-color: rgb(236,19,150); }

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

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

 span { border-color: rgb(236,19,150); }

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