Html Css Color HEX #EC657F Brink Pink

📋 copy color: '#EC657F'

red 236 ◦ green 101 ◦ blue 127

#EC657F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #EC657F

Tints of Brink Pink #EC657F

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 value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC657F (or 0xEC657F) is known color: 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

RGB 236 101 127 -
CMYK 0 0.57 0.46 0.07
HSL 348.44º 0.78% 0.66% -
HSV(B) 348.44º 0.57% 0.93% -
XYZ 43.08 28.67 23.34 -
YUV 144.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 236 101 127 0 0.57 0.46 0.07 348.44 0.78 0.66
Hex EC 65 7F 0 39 2E 7 15C 4E 42
Octal 354 145 177 0 71 56 7 534 116 102
Binary 11101100 1100101 1111111 0 111001 101110 111 101011100 1001110 1000010

Color Harmonies of #EC657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC657F

Black with #EC657F

Text Example


Text Example

White with #EC657F

Text Example


Text Example

HTML Codes & Css Web 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>