Html Css Color HEX #EF697F Brink Pink

📋 copy color: '#EF697F'

red 239 ◦ green 105 ◦ blue 127

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

Shades of Brink Pink #EF697F

Tints of Brink Pink #EF697F

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 value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF697F (or 0xEF697F) is known color: 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

RGB 239 105 127 -
CMYK 0 0.56 0.47 0.06
HSL 350.15º 0.81% 0.67% -
HSV(B) 350.15º 0.56% 0.94% -
XYZ 44.48 29.99 23.52 -
YUV 147.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 239 105 127 0 0.56 0.47 0.06 350.15 0.81 0.67
Hex EF 69 7F 0 38 2F 6 15E 51 43
Octal 357 151 177 0 70 57 6 536 121 103
Binary 11101111 1101001 1111111 0 111000 101111 110 101011110 1010001 1000011

Color Harmonies of #EF697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF697F

Black with #EF697F

Text Example


Text Example

White with #EF697F

Text Example


Text Example

HTML Codes & Css Web 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>