#EC1896

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

Shades of Deep Pink #EC1896

Tints of Deep Pink #EC1896

Color information

#EC1896 (or 0xEC1896) is unknown color: approx Deep Pink. HEX triplet: EC, 18 and 96. RGB value is (236,24,150). Sum of RGB (Red+Green+Blue) = 236+24+150=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1896 is #13E769. Grayscale: #656565. Windows color (decimal): -1304426 or 9836780. OLE color: 9836780.

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

Color convert

RGB23624150-
CMYK00.900.360.07
HSL324.34º84.8%50.98%-
HSV(B)324.34º89.83%92.55%-
XYZ40.4220.6930.72-
YUV101.75155.24223.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.56%
GREEN value IS 24 (9.77% from 255) = 5.85%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=57.56%
G=5.85%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362415000.900.360.07324.3484.850.98
HexEC189605A2471445533
Octal35430226013244750412563
Binary111011001100010010110010110101001001111010001001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1896; }

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

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

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

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

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

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

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

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