#EC607C

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

Shades of Brink Pink #EC607C

Tints of Brink Pink #EC607C

Color information

#EC607C (or 0xEC607C) is unknown color: approx Brink Pink. HEX triplet: EC, 60 and 7C. RGB value is (236,96,124). Sum of RGB (Red+Green+Blue) = 236+96+124=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC607C is #139F83. Grayscale: #8D8D8D. Windows color (decimal): -1286020 or 8151276. OLE color: 8151276.

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

Color convert

RGB23696124-
CMYK00.590.470.07
HSL348º78.65%65.1%-
HSV(B)348º59.32%92.55%-
XYZ42.4127.6522.17-
YUV141.05118.38195.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.75%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=51.75%
G=21.05%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369612400.590.470.0734878.6565.1
HexEC607C03B2F715c4f41
Octal354140174073577534117101
Binary1110110011000001111100011101110111111110101110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC607C; }

 p { color: rgb(236,96,124); }

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

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

 a { background-color: rgb(236,96,124); }

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

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

 span { border-color: rgb(236,96,124); }

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