#EC5D85

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

Shades of Dark Pink #EC5D85

Tints of Dark Pink #EC5D85

Color information

#EC5D85 (or 0xEC5D85) is unknown color: approx Dark Pink. HEX triplet: EC, 5D and 85. RGB value is (236,93,133). Sum of RGB (Red+Green+Blue) = 236+93+133=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D85 is #13A27A. Grayscale: #8C8C8C. Windows color (decimal): -1286779 or 8740332. OLE color: 8740332.

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

Color convert

RGB23693133-
CMYK00.610.440.07
HSL343.22º79.01%64.51%-
HSV(B)343.22º60.59%92.55%-
XYZ42.7427.3625.22-
YUV140.32123.88196.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=51.08%
G=20.13%
B=28.79%

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
Decimal2369313300.610.440.07343.2279.0164.51
HexEC5D8503D2C71574f41
Octal354135205075547527117101
Binary11101100101110110000101011110110110011110101011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5D85; }

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

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

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

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

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

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

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

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