Html Css Color HEX #EC5E77 Brink Pink

📋 copy color: '#EC5E77'

red 236 ◦ green 94 ◦ blue 119

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

Shades of Brink Pink #EC5E77

Tints of Brink Pink #EC5E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.94%

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 52.56%
G = 20.94%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC5E77 (or 0xEC5E77) is known color: Brink Pink. HEX triplet: EC, 5E and 77. RGB value is (236,94,119). Sum of RGB (Red+Green+Blue) = 236+94+119=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E77 is #13A188. Grayscale: #8B8B8B. Windows color (decimal): -1286537 or 7823084. OLE color: 7823084.

HSL color Cylindrical-coordinate representation of color #EC5E77: hue angle of 349.44º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E77 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 119 -
CMYK 0 0.60 0.50 0.07
HSL 349.44º 0.79% 0.65% -
HSV(B) 349.44º 0.6% 0.93% -
XYZ 41.92 27.17 20.49 -
YUV 139.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 236 94 119 0 0.60 0.50 0.07 349.44 0.79 0.65
Hex EC 5E 77 0 3C 32 7 15D 4F 41
Octal 354 136 167 0 74 62 7 535 117 101
Binary 11101100 1011110 1110111 0 111100 110010 111 101011101 1001111 1000001

Color Harmonies of #EC5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E77

Black with #EC5E77

Text Example


Text Example

White with #EC5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E77; }

 p { color: rgb(236,94,119); }

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

background-color css

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

 a { background-color: rgb(236,94,119); }

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

border-color css

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

 span { border-color: rgb(236,94,119); }

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