Html Css Color HEX #EF687D Brink Pink

📋 copy color: '#EF687D'

red 239 ◦ green 104 ◦ blue 125

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

Shades of Brink Pink #EF687D

Tints of Brink Pink #EF687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 51.07%
G = 22.22%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF687D (or 0xEF687D) is known color: Brink Pink. HEX triplet: EF, 68 and 7D. RGB value is (239,104,125). Sum of RGB (Red+Green+Blue) = 239+104+125=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF687D is #109782. Grayscale: #929292. Windows color (decimal): -1087363 or 8218863. OLE color: 8218863.

HSL color Cylindrical-coordinate representation of color #EF687D: hue angle of 350.67º 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 #EF687D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 125 -
CMYK 0 0.56 0.48 0.06
HSL 350.67º 0.81% 0.67% -
HSV(B) 350.67º 0.56% 0.94% -
XYZ 44.25 29.73 22.81 -
YUV 146.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 239 104 125 0 0.56 0.48 0.06 350.67 0.81 0.67
Hex EF 68 7D 0 38 30 6 15F 51 43
Octal 357 150 175 0 70 60 6 537 121 103
Binary 11101111 1101000 1111101 0 111000 110000 110 101011111 1010001 1000011

Color Harmonies of #EF687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF687D

Black with #EF687D

Text Example


Text Example

White with #EF687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF687D; }

 p { color: rgb(239,104,125); }

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

background-color css

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

 a { background-color: rgb(239,104,125); }

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

border-color css

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

 span { border-color: rgb(239,104,125); }

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