Html Css Color HEX #EF5C7D Brink Pink

📋 copy color: '#EF5C7D'

red 239 ◦ green 92 ◦ blue 125

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

Shades of Brink Pink #EF5C7D

Tints of Brink Pink #EF5C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

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

R = 52.41%
G = 20.18%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF5C7D (or 0xEF5C7D) is known color: Brink Pink. HEX triplet: EF, 5C and 7D. RGB value is (239,92,125). Sum of RGB (Red+Green+Blue) = 239+92+125=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C7D is #10A382. Grayscale: #8B8B8B. Windows color (decimal): -1090435 or 8215791. OLE color: 8215791.

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

Color convert

RGB 239 92 125 -
CMYK 0 0.62 0.48 0.06
HSL 346.53º 0.82% 0.65% -
HSV(B) 346.53º 0.62% 0.94% -
XYZ 43.13 27.49 22.43 -
YUV 139.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 239 92 125 0 0.62 0.48 0.06 346.53 0.82 0.65
Hex EF 5C 7D 0 3E 30 6 15B 52 41
Octal 357 134 175 0 76 60 6 533 122 101
Binary 11101111 1011100 1111101 0 111110 110000 110 101011011 1010010 1000001

Color Harmonies of #EF5C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C7D

Black with #EF5C7D

Text Example


Text Example

White with #EF5C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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