Html Css Color HEX #EF607D Brink Pink

📋 copy color: '#EF607D'

red 239 ◦ green 96 ◦ blue 125

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

Shades of Brink Pink #EF607D

Tints of Brink Pink #EF607D

RGB

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

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

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

R = 51.96%
G = 20.87%
B = 27.17%

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

#EF607D (or 0xEF607D) is known color: Brink Pink. HEX triplet: EF, 60 and 7D. RGB value is (239,96,125). Sum of RGB (Red+Green+Blue) = 239+96+125=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF607D is #109F82. Grayscale: #8E8E8E. Windows color (decimal): -1089411 or 8216815. OLE color: 8216815.

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

Color convert

RGB 239 96 125 -
CMYK 0 0.60 0.48 0.06
HSL 347.83º 0.82% 0.66% -
HSV(B) 347.83º 0.6% 0.94% -
XYZ 43.48 28.2 22.55 -
YUV 142.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 239 96 125 0 0.60 0.48 0.06 347.83 0.82 0.66
Hex EF 60 7D 0 3C 30 6 15C 52 42
Octal 357 140 175 0 74 60 6 534 122 102
Binary 11101111 1100000 1111101 0 111100 110000 110 101011100 1010010 1000010

Color Harmonies of #EF607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF607D

Black with #EF607D

Text Example


Text Example

White with #EF607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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