Html Css Color HEX #EF607C Brink Pink

📋 copy color: '#EF607C'

red 239 ◦ green 96 ◦ blue 124

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

Shades of Brink Pink #EF607C

Tints of Brink Pink #EF607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 52.07%
G = 20.92%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF607C (or 0xEF607C) is known color: Brink Pink. HEX triplet: EF, 60 and 7C. RGB value is (239,96,124). Sum of RGB (Red+Green+Blue) = 239+96+124=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF607C is #109F83. Grayscale: #8D8D8D. Windows color (decimal): -1089412 or 8151279. OLE color: 8151279.

HSL color Cylindrical-coordinate representation of color #EF607C: hue angle of 348.25º 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 #EF607C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 124 -
CMYK 0 0.60 0.48 0.06
HSL 348.25º 0.82% 0.66% -
HSV(B) 348.25º 0.6% 0.94% -
XYZ 43.42 28.17 22.22 -
YUV 141.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 239 96 124 0 0.60 0.48 0.06 348.25 0.82 0.66
Hex EF 60 7C 0 3C 30 6 15C 52 42
Octal 357 140 174 0 74 60 6 534 122 102
Binary 11101111 1100000 1111100 0 111100 110000 110 101011100 1010010 1000010

Color Harmonies of #EF607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF607C

Black with #EF607C

Text Example


Text Example

White with #EF607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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