#EF617C

Color #EF617C Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #EF617C

Tints of Brink Pink #EF617C

Color information

#EF617C (or 0xEF617C) is unknown color: approx Brink Pink. HEX triplet: EF, 61 and 7C. RGB value is (239,97,124). Sum of RGB (Red+Green+Blue) = 239+97+124=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF617C is #109E83. Grayscale: #8E8E8E. Windows color (decimal): -1089156 or 8151535. OLE color: 8151535.

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

Color convert

RGB23997124-
CMYK00.590.480.06
HSL348.59º81.61%65.88%-
HSV(B)348.59º59.41%93.73%-
XYZ43.5128.3622.25-
YUV142.54117.54196.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=51.96%
G=21.09%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399712400.590.480.06348.5981.6165.88
HexEF617C03B30615d5242
Octal357141174073606535122102
Binary1110111111000011111100011101111000011010101110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF617C; }

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

 H1.HeaderClassName
 {
   color: #EF617C;
 }
 .AnyTagClassName
 {
   color: #EF617C;
 }
</style>
background-color css

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

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

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

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

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

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