Html Css Color HEX #EC607D Brink Pink

📋 copy color: '#EC607D'

red 236 ◦ green 96 ◦ blue 125

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

Shades of Brink Pink #EC607D

Tints of Brink Pink #EC607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 51.64%
G = 21.01%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC607D (or 0xEC607D) is known color: Brink Pink. HEX triplet: EC, 60 and 7D. RGB value is (236,96,125). Sum of RGB (Red+Green+Blue) = 236+96+125=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC607D is #139F82. Grayscale: #8D8D8D. Windows color (decimal): -1286019 or 8216812. OLE color: 8216812.

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

Color convert

RGB 236 96 125 -
CMYK 0 0.59 0.47 0.07
HSL 347.57º 0.79% 0.65% -
HSV(B) 347.57º 0.59% 0.93% -
XYZ 42.48 27.68 22.51 -
YUV 141.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 236 96 125 0 0.59 0.47 0.07 347.57 0.79 0.65
Hex EC 60 7D 0 3B 2F 7 15C 4F 41
Octal 354 140 175 0 73 57 7 534 117 101
Binary 11101100 1100000 1111101 0 111011 101111 111 101011100 1001111 1000001

Color Harmonies of #EC607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC607D

Black with #EC607D

Text Example


Text Example

White with #EC607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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