#EC1D92

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

Shades of Deep Pink #EC1D92

Tints of Deep Pink #EC1D92

Color information

#EC1D92 (or 0xEC1D92) is unknown color: approx Deep Pink. HEX triplet: EC, 1D and 92. RGB value is (236,29,146). Sum of RGB (Red+Green+Blue) = 236+29+146=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D92 is #13E26D. Grayscale: #676767. Windows color (decimal): -1303150 or 9575916. OLE color: 9575916.

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

Color convert

RGB23629146-
CMYK00.880.380.07
HSL326.09º84.49%51.96%-
HSV(B)326.09º87.71%92.55%-
XYZ40.2220.7929.09-
YUV104.23151.58221.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.42%
GREEN value IS 29 (11.72% from 255) = 7.06%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=57.42%
G=7.06%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362914600.880.380.07326.0984.4951.96
HexEC1D920582671465434
Octal35435222013046750612464
Binary111011001110110010010010110001001101111010001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D92; }

 p { color: rgb(236,29,146); }

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

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

 a { background-color: rgb(236,29,146); }

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

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

 span { border-color: rgb(236,29,146); }

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