Html Css Color HEX #EC647F Brink Pink

📋 copy color: '#EC647F'

red 236 ◦ green 100 ◦ blue 127

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

Shades of Brink Pink #EC647F

Tints of Brink Pink #EC647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 50.97%
G = 21.6%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC647F (or 0xEC647F) is known color: Brink Pink. HEX triplet: EC, 64 and 7F. RGB value is (236,100,127). Sum of RGB (Red+Green+Blue) = 236+100+127=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647F is #139B80. Grayscale: #8F8F8F. Windows color (decimal): -1284993 or 8348908. OLE color: 8348908.

HSL color Cylindrical-coordinate representation of color #EC647F: hue angle of 348.09º 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 #EC647F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 127 -
CMYK 0 0.58 0.46 0.07
HSL 348.09º 0.78% 0.66% -
HSV(B) 348.09º 0.58% 0.93% -
XYZ 42.98 28.48 23.31 -
YUV 143.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 236 100 127 0 0.58 0.46 0.07 348.09 0.78 0.66
Hex EC 64 7F 0 3A 2E 7 15C 4E 42
Octal 354 144 177 0 72 56 7 534 116 102
Binary 11101100 1100100 1111111 0 111010 101110 111 101011100 1001110 1000010

Color Harmonies of #EC647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC647F

Black with #EC647F

Text Example


Text Example

White with #EC647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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