#EC5D8A

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

Shades of Dark Pink #EC5D8A

Tints of Dark Pink #EC5D8A

Color information

#EC5D8A (or 0xEC5D8A) is unknown color: approx Dark Pink. HEX triplet: EC, 5D and 8A. RGB value is (236,93,138). Sum of RGB (Red+Green+Blue) = 236+93+138=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D8A is #13A275. Grayscale: #8C8C8C. Windows color (decimal): -1286774 or 9068012. OLE color: 9068012.

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

Color convert

RGB23693138-
CMYK00.610.420.07
HSL341.12º79.01%64.51%-
HSV(B)341.12º60.59%92.55%-
XYZ43.0927.527.08-
YUV140.89126.38195.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=50.54%
G=19.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369313800.610.420.07341.1279.0164.51
HexEC5D8A03D2A71554f41
Octal354135212075527525117101
Binary11101100101110110001010011110110101011110101010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5D8A; }

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

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

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

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

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

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

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

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