#EC1C8E

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

Shades of Deep Pink #EC1C8E

Tints of Deep Pink #EC1C8E

Color information

#EC1C8E (or 0xEC1C8E) is unknown color: approx Deep Pink. HEX triplet: EC, 1C and 8E. RGB value is (236,28,142). Sum of RGB (Red+Green+Blue) = 236+28+142=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C8E is #13E371. Grayscale: #666666. Windows color (decimal): -1303410 or 9313516. OLE color: 9313516.

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

Color convert

RGB23628142-
CMYK00.880.400.07
HSL327.12º84.55%51.76%-
HSV(B)327.12º88.14%92.55%-
XYZ39.8920.6227.47-
YUV103.19149.91222.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.13%
GREEN value IS 28 (11.33% from 255) = 6.90%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=58.13%
G=6.90%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362814200.880.400.07327.1284.5551.76
HexEC1C8E0582871475534
Octal35434216013050750712564
Binary111011001110010001110010110001010001111010001111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1C8E; }

 p { color: rgb(236,28,142); }

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

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

 a { background-color: rgb(236,28,142); }

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

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

 span { border-color: rgb(236,28,142); }

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