Html Css Color HEX #EF6077 Brink Pink

📋 copy color: '#EF6077'

red 239 ◦ green 96 ◦ blue 119

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

Shades of Brink Pink #EF6077

Tints of Brink Pink #EF6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 52.64%
G = 21.15%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF6077 (or 0xEF6077) is known color: Brink Pink. HEX triplet: EF, 60 and 77. RGB value is (239,96,119). Sum of RGB (Red+Green+Blue) = 239+96+119=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6077 is #109F88. Grayscale: #8D8D8D. Windows color (decimal): -1089417 or 7823599. OLE color: 7823599.

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

Color convert

RGB 239 96 119 -
CMYK 0 0.60 0.50 0.06
HSL 350.35º 0.82% 0.66% -
HSV(B) 350.35º 0.6% 0.94% -
XYZ 43.11 28.05 20.59 -
YUV 141.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 239 96 119 0 0.60 0.50 0.06 350.35 0.82 0.66
Hex EF 60 77 0 3C 32 6 15E 52 42
Octal 357 140 167 0 74 62 6 536 122 102
Binary 11101111 1100000 1110111 0 111100 110010 110 101011110 1010010 1000010

Color Harmonies of #EF6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6077

Black with #EF6077

Text Example


Text Example

White with #EF6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6077; }

 p { color: rgb(239,96,119); }

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

background-color css

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

 a { background-color: rgb(239,96,119); }

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

border-color css

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

 span { border-color: rgb(239,96,119); }

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