#EC5B8A

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

Shades of Dark Pink #EC5B8A

Tints of Dark Pink #EC5B8A

Color information

#EC5B8A (or 0xEC5B8A) is unknown color: approx Dark Pink. HEX triplet: EC, 5B and 8A. RGB value is (236,91,138). Sum of RGB (Red+Green+Blue) = 236+91+138=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B8A is #13A475. Grayscale: #8B8B8B. Windows color (decimal): -1287286 or 9067500. OLE color: 9067500.

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

Color convert

RGB23691138-
CMYK00.610.420.07
HSL340.55º79.23%64.12%-
HSV(B)340.55º61.44%92.55%-
XYZ42.9227.1527.02-
YUV139.71127.04196.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 91 (35.94% from 255) = 19.57%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=50.75%
G=19.57%
B=29.68%

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
Decimal2369113800.610.420.07340.5579.2364.12
HexEC5B8A03D2A71554f40
Octal354133212075527525117100
Binary11101100101101110001010011110110101011110101010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5B8A; }

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

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

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

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

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

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

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

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