#EC4474

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

Shades of Dark Pink #EC4474

Tints of Dark Pink #EC4474

Color information

#EC4474 (or 0xEC4474) is unknown color: approx Dark Pink. HEX triplet: EC, 44 and 74. RGB value is (236,68,116). Sum of RGB (Red+Green+Blue) = 236+68+116=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4474 is #13BB8B. Grayscale: #7B7B7B. Windows color (decimal): -1293196 or 7619820. OLE color: 7619820.

HSL color Cylindrical-coordinate representation of color #EC4474: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4474 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB23668116-
CMYK00.710.510.07
HSL342.86º81.55%59.61%-
HSV(B)342.86º71.19%92.55%-
XYZ39.8123.2318.91-
YUV123.7123.66208.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.19%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=56.19%
G=16.19%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366811600.710.510.07342.8681.5559.61
HexEC4474047337157523c
Octal354104164010763752712274
Binary1110110010001001110100010001111100111111010101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4474; }

 p { color: rgb(236,68,116); }

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

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

 a { background-color: rgb(236,68,116); }

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

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

 span { border-color: rgb(236,68,116); }

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