#EC657F

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

Shades of Brink Pink #EC657F

Tints of Brink Pink #EC657F

Color information

#EC657F (or 0xEC657F) is unknown color: approx Brink Pink. HEX triplet: EC, 65 and 7F. RGB value is (236,101,127). Sum of RGB (Red+Green+Blue) = 236+101+127=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC657F is #139A80. Grayscale: #909090. Windows color (decimal): -1284737 or 8349164. OLE color: 8349164.

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

Color convert

RGB236101127-
CMYK00.570.460.07
HSL348.44º78.03%66.08%-
HSV(B)348.44º57.2%92.55%-
XYZ43.0828.6723.34-
YUV144.33118.23193.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 127 (50% from 255) = 27.37%
R=50.86%
G=21.77%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610112700.570.460.07348.4478.0366.08
HexEC657F0392E715c4e42
Octal354145177071567534116102
Binary1110110011001011111111011100110111011110101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC657F; }

 p { color: rgb(236,101,127); }

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

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

 a { background-color: rgb(236,101,127); }

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

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

 span { border-color: rgb(236,101,127); }

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