Html Css Color HEX #EF657D Brink Pink

📋 copy color: '#EF657D'

red 239 ◦ green 101 ◦ blue 125

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

Shades of Brink Pink #EF657D

Tints of Brink Pink #EF657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.72%

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

R = 51.4%
G = 21.72%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF657D (or 0xEF657D) is known color: Brink Pink. HEX triplet: EF, 65 and 7D. RGB value is (239,101,125). Sum of RGB (Red+Green+Blue) = 239+101+125=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF657D is #109A82. Grayscale: #919191. Windows color (decimal): -1088131 or 8218095. OLE color: 8218095.

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

Color convert

RGB 239 101 125 -
CMYK 0 0.58 0.48 0.06
HSL 349.57º 0.81% 0.67% -
HSV(B) 349.57º 0.58% 0.94% -
XYZ 43.95 29.14 22.71 -
YUV 145 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 239 101 125 0 0.58 0.48 0.06 349.57 0.81 0.67
Hex EF 65 7D 0 3A 30 6 15E 51 43
Octal 357 145 175 0 72 60 6 536 121 103
Binary 11101111 1100101 1111101 0 111010 110000 110 101011110 1010001 1000011

Color Harmonies of #EF657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF657D

Black with #EF657D

Text Example


Text Example

White with #EF657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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