#EC5589

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

Shades of Dark Pink #EC5589

Tints of Dark Pink #EC5589

Color information

#EC5589 (or 0xEC5589) is unknown color: approx Dark Pink. HEX triplet: EC, 55 and 89. RGB value is (236,85,137). Sum of RGB (Red+Green+Blue) = 236+85+137=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5589 is #13AA76. Grayscale: #888888. Windows color (decimal): -1288823 or 9000428. OLE color: 9000428.

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

Color convert

RGB23685137-
CMYK00.640.420.07
HSL339.34º79.89%62.94%-
HSV(B)339.34º63.98%92.55%-
XYZ42.3626.1426.48-
YUV136.08128.53199.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.53%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=51.53%
G=18.56%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368513700.640.420.07339.3479.8962.94
HexEC55890402A7153503f
Octal354125211010052752312077
Binary11101100101010110001001010000001010101111010100111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5589; }

 p { color: rgb(236,85,137); }

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

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

 a { background-color: rgb(236,85,137); }

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

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

 span { border-color: rgb(236,85,137); }

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