#ef697f

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

Shades of Brink Pink #EF697F

Tints of Brink Pink #EF697F

Color information

#EF697F (or 0xEF697F) is unknown color: approx Brink Pink. HEX triplet: EF, 69 and 7F. RGB value is (239,105,127). Sum of RGB (Red+Green+Blue) = 239+105+127=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697F is #109680. Grayscale: #939393. Windows color (decimal): -1087105 or 8350191. OLE color: 8350191.

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

Color convert

RGB239105127-
CMYK00.560.470.06
HSL350.15º80.72%67.45%-
HSV(B)350.15º56.07%93.73%-
XYZ44.4829.9923.52-
YUV147.57116.39193.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 127 (50% from 255) = 26.96%
R=50.74%
G=22.29%
B=26.96%

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
Decimal23910512700.560.470.06350.1580.7267.45
HexEF697F0382F615e5143
Octal357151177070576536121103
Binary1110111111010011111111011100010111111010101111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef697f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef697f; }

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

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

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

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

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

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

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

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