Html Css Color HEX #EF6980 Brink Pink

📋 copy color: '#EF6980'

red 239 ◦ green 105 ◦ blue 128

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

Shades of Brink Pink #EF6980

Tints of Brink Pink #EF6980

RGB

 RED value IS 239 (93.75% from 255) = 50.64%

 GREEN value IS 105 (41.41% from 255) = 22.25%

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

R = 50.64%
G = 22.25%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF6980 (or 0xEF6980) is known color: Brink Pink. HEX triplet: EF, 69 and 80. RGB value is (239,105,128). Sum of RGB (Red+Green+Blue) = 239+105+128=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6980 is #10967F. Grayscale: #939393. Windows color (decimal): -1087104 or 8415727. OLE color: 8415727.

HSL color Cylindrical-coordinate representation of color #EF6980: hue angle of 349.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6980 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 128 -
CMYK 0 0.56 0.46 0.06
HSL 349.7º 0.81% 0.67% -
HSV(B) 349.7º 0.56% 0.94% -
XYZ 44.54 30.01 23.87 -
YUV 147.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 239 105 128 0 0.56 0.46 0.06 349.7 0.81 0.67
Hex EF 69 80 0 38 2E 6 15E 51 43
Octal 357 151 200 0 70 56 6 536 121 103
Binary 11101111 1101001 10000000 0 111000 101110 110 101011110 1010001 1000011

Color Harmonies of #EF6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6980

Black with #EF6980

Text Example


Text Example

White with #EF6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6980; }

 p { color: rgb(239,105,128); }

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

background-color css

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

 a { background-color: rgb(239,105,128); }

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

border-color css

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

 span { border-color: rgb(239,105,128); }

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