Html Css Color HEX #EC647D Brink Pink

📋 copy color: '#EC647D'

red 236 ◦ green 100 ◦ blue 125

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

Shades of Brink Pink #EC647D

Tints of Brink Pink #EC647D

RGB

 RED value IS 236 (92.58% from 255) = 51.19%

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 51.19%
G = 21.69%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC647D (or 0xEC647D) is known color: Brink Pink. HEX triplet: EC, 64 and 7D. RGB value is (236,100,125). Sum of RGB (Red+Green+Blue) = 236+100+125=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647D is #139B82. Grayscale: #8F8F8F. Windows color (decimal): -1284995 or 8217836. OLE color: 8217836.

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

Color convert

RGB 236 100 125 -
CMYK 0 0.58 0.47 0.07
HSL 348.97º 0.78% 0.66% -
HSV(B) 348.97º 0.58% 0.93% -
XYZ 42.85 28.43 22.63 -
YUV 143.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 236 100 125 0 0.58 0.47 0.07 348.97 0.78 0.66
Hex EC 64 7D 0 3A 2F 7 15D 4E 42
Octal 354 144 175 0 72 57 7 535 116 102
Binary 11101100 1100100 1111101 0 111010 101111 111 101011101 1001110 1000010

Color Harmonies of #EC647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC647D

Black with #EC647D

Text Example


Text Example

White with #EC647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC647D; }

 p { color: rgb(236,100,125); }

 H1.HeaderClassName
 {
   color: #EC647D;
 }
 .AnyTagClassName
 {
   color: #EC647D;
 }
</style>

background-color css

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

 a { background-color: rgb(236,100,125); }

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

border-color css

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

 span { border-color: rgb(236,100,125); }

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