Html Css Color HEX #EC6680 Brink Pink

📋 copy color: '#EC6680'

red 236 ◦ green 102 ◦ blue 128

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

Shades of Brink Pink #EC6680

Tints of Brink Pink #EC6680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

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

R = 50.64%
G = 21.89%
B = 27.47%

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

#EC6680 (or 0xEC6680) is known color: Brink Pink. HEX triplet: EC, 66 and 80. RGB value is (236,102,128). Sum of RGB (Red+Green+Blue) = 236+102+128=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6680 is #13997F. Grayscale: #919191. Windows color (decimal): -1284480 or 8414956. OLE color: 8414956.

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

Color convert

RGB 236 102 128 -
CMYK 0 0.57 0.46 0.07
HSL 348.36º 0.78% 0.66% -
HSV(B) 348.36º 0.57% 0.93% -
XYZ 43.24 28.89 23.72 -
YUV 145.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 236 102 128 0 0.57 0.46 0.07 348.36 0.78 0.66
Hex EC 66 80 0 39 2E 7 15C 4E 42
Octal 354 146 200 0 71 56 7 534 116 102
Binary 11101100 1100110 10000000 0 111001 101110 111 101011100 1001110 1000010

Color Harmonies of #EC6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6680

Black with #EC6680

Text Example


Text Example

White with #EC6680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6680; }

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

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

background-color css

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

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

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

border-color css

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

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

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