Html Css Color HEX #EF617D Brink Pink

📋 copy color: '#EF617D'

red 239 ◦ green 97 ◦ blue 125

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

Shades of Brink Pink #EF617D

Tints of Brink Pink #EF617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.04%

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

R = 51.84%
G = 21.04%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF617D (or 0xEF617D) is known color: Brink Pink. HEX triplet: EF, 61 and 7D. RGB value is (239,97,125). Sum of RGB (Red+Green+Blue) = 239+97+125=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF617D is #109E82. Grayscale: #8E8E8E. Windows color (decimal): -1089155 or 8217071. OLE color: 8217071.

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

Color convert

RGB 239 97 125 -
CMYK 0 0.59 0.48 0.06
HSL 348.17º 0.82% 0.66% -
HSV(B) 348.17º 0.59% 0.94% -
XYZ 43.57 28.38 22.58 -
YUV 142.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 239 97 125 0 0.59 0.48 0.06 348.17 0.82 0.66
Hex EF 61 7D 0 3B 30 6 15C 52 42
Octal 357 141 175 0 73 60 6 534 122 102
Binary 11101111 1100001 1111101 0 111011 110000 110 101011100 1010010 1000010

Color Harmonies of #EF617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF617D

Black with #EF617D

Text Example


Text Example

White with #EF617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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