#EC1C85

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

Shades of Deep Pink #EC1C85

Tints of Deep Pink #EC1C85

Color information

#EC1C85 (or 0xEC1C85) is unknown color: approx Deep Pink. HEX triplet: EC, 1C and 85. RGB value is (236,28,133). Sum of RGB (Red+Green+Blue) = 236+28+133=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C85 is #13E37A. Grayscale: #656565. Windows color (decimal): -1303419 or 8723692. OLE color: 8723692.

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

Color convert

RGB23628133-
CMYK00.880.440.07
HSL329.71º84.55%51.76%-
HSV(B)329.71º88.14%92.55%-
XYZ39.2420.3624.05-
YUV102.16145.41223.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.45%
GREEN value IS 28 (11.33% from 255) = 7.05%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=59.45%
G=7.05%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362813300.880.440.07329.7184.5551.76
HexEC1C850582C714a5534
Octal35434205013054751212564
Binary111011001110010000101010110001011001111010010101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1C85; }

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

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

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

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

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

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

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

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