#EF687E

Color #EF687E Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #EF687E

Tints of Brink Pink #EF687E

Color information

#EF687E (or 0xEF687E) is unknown color: approx Brink Pink. HEX triplet: EF, 68 and 7E. RGB value is (239,104,126). Sum of RGB (Red+Green+Blue) = 239+104+126=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF687E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF687E is #109781. Grayscale: #929292. Windows color (decimal): -1087362 or 8284399. OLE color: 8284399.

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

Color convert

RGB239104126-
CMYK00.560.470.06
HSL350.22º80.84%67.25%-
HSV(B)350.22º56.49%93.73%-
XYZ44.3129.7623.15-
YUV146.87116.23193.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=50.96%
G=22.17%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910412600.560.470.06350.2280.8467.25
HexEF687E0382F615e5143
Octal357150176070576536121103
Binary1110111111010001111110011100010111111010101111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF687E; }

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

 H1.HeaderClassName
 {
   color: #EF687E;
 }
 .AnyTagClassName
 {
   color: #EF687E;
 }
</style>
background-color css

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

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

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

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

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

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