Html Css Color HEX #EC6180 Brink Pink

📋 copy color: '#EC6180'

red 236 ◦ green 97 ◦ blue 128

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

Shades of Brink Pink #EC6180

Tints of Brink Pink #EC6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.04%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 51.19%
G = 21.04%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC6180 (or 0xEC6180) is known color: Brink Pink. HEX triplet: EC, 61 and 80. RGB value is (236,97,128). Sum of RGB (Red+Green+Blue) = 236+97+128=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6180 is #139E7F. Grayscale: #8E8E8E. Windows color (decimal): -1285760 or 8413676. OLE color: 8413676.

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

Color convert

RGB 236 97 128 -
CMYK 0 0.59 0.46 0.07
HSL 346.62º 0.79% 0.65% -
HSV(B) 346.62º 0.59% 0.93% -
XYZ 42.76 27.94 23.56 -
YUV 142.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 236 97 128 0 0.59 0.46 0.07 346.62 0.79 0.65
Hex EC 61 80 0 3B 2E 7 15B 4F 41
Octal 354 141 200 0 73 56 7 533 117 101
Binary 11101100 1100001 10000000 0 111011 101110 111 101011011 1001111 1000001

Color Harmonies of #EC6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6180

Black with #EC6180

Text Example


Text Example

White with #EC6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6180; }

 p { color: rgb(236,97,128); }

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

background-color css

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

 a { background-color: rgb(236,97,128); }

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

border-color css

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

 span { border-color: rgb(236,97,128); }

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