#EC5185

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

Shades of Dark Pink #EC5185

Tints of Dark Pink #EC5185

Color information

#EC5185 (or 0xEC5185) is unknown color: approx Dark Pink. HEX triplet: EC, 51 and 85. RGB value is (236,81,133). Sum of RGB (Red+Green+Blue) = 236+81+133=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5185 is #13AE7A. Grayscale: #858585. Windows color (decimal): -1289851 or 8737260. OLE color: 8737260.

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

Color convert

RGB23681133-
CMYK00.660.440.07
HSL339.87º80.31%62.16%-
HSV(B)339.87º65.68%92.55%-
XYZ41.7725.4124.89-
YUV133.27127.85201.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.44%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=52.44%
G=18%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368113300.660.440.07339.8780.3162.16
HexEC51850422C7154503e
Octal354121205010254752412076
Binary11101100101000110000101010000101011001111010101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5185; }

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

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

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

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

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

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

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

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