Html Css Color HEX #EC6580 Brink Pink

📋 copy color: '#EC6580'

red 236 ◦ green 101 ◦ blue 128

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

Shades of Brink Pink #EC6580

Tints of Brink Pink #EC6580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.72%

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

R = 50.75%
G = 21.72%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC6580 (or 0xEC6580) is known color: Brink Pink. HEX triplet: EC, 65 and 80. RGB value is (236,101,128). Sum of RGB (Red+Green+Blue) = 236+101+128=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6580 is #139A7F. Grayscale: #909090. Windows color (decimal): -1284736 or 8414700. OLE color: 8414700.

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

Color convert

RGB 236 101 128 -
CMYK 0 0.57 0.46 0.07
HSL 348º 0.78% 0.66% -
HSV(B) 348º 0.57% 0.93% -
XYZ 43.14 28.7 23.69 -
YUV 144.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 236 101 128 0 0.57 0.46 0.07 348 0.78 0.66
Hex EC 65 80 0 39 2E 7 15C 4E 42
Octal 354 145 200 0 71 56 7 534 116 102
Binary 11101100 1100101 10000000 0 111001 101110 111 101011100 1001110 1000010

Color Harmonies of #EC6580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6580

Black with #EC6580

Text Example


Text Example

White with #EC6580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6580; }

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

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

background-color css

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

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

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

border-color css

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

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

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