#EC5D84

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

Shades of Dark Pink #EC5D84

Tints of Dark Pink #EC5D84

Color information

#EC5D84 (or 0xEC5D84) is unknown color: approx Dark Pink. HEX triplet: EC, 5D and 84. RGB value is (236,93,132). Sum of RGB (Red+Green+Blue) = 236+93+132=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D84 is #13A27B. Grayscale: #8C8C8C. Windows color (decimal): -1286780 or 8674796. OLE color: 8674796.

HSL color Cylindrical-coordinate representation of color #EC5D84: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D84 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23693132-
CMYK00.610.440.07
HSL343.64º79.01%64.51%-
HSV(B)343.64º60.59%92.55%-
XYZ42.6727.3324.86-
YUV140.2123.38196.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=51.19%
G=20.17%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369313200.610.440.07343.6479.0164.51
HexEC5D8403D2C71584f41
Octal354135204075547530117101
Binary11101100101110110000100011110110110011110101100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5D84; }

 p { color: rgb(236,93,132); }

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

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

 a { background-color: rgb(236,93,132); }

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

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

 span { border-color: rgb(236,93,132); }

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