#EF617F

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

Shades of Brink Pink #EF617F

Tints of Brink Pink #EF617F

Color information

#EF617F (or 0xEF617F) is unknown color: approx Brink Pink. HEX triplet: EF, 61 and 7F. RGB value is (239,97,127). Sum of RGB (Red+Green+Blue) = 239+97+127=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF617F is #109E80. Grayscale: #8E8E8E. Windows color (decimal): -1089153 or 8348143. OLE color: 8348143.

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

Color convert

RGB23997127-
CMYK00.590.470.06
HSL347.32º81.61%65.88%-
HSV(B)347.32º59.41%93.73%-
XYZ43.728.4323.26-
YUV142.88119.04196.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.62%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 127 (50% from 255) = 27.43%
R=51.62%
G=20.95%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399712700.590.470.06347.3281.6165.88
HexEF617F03B2F615b5242
Octal357141177073576533122102
Binary1110111111000011111111011101110111111010101101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF617F; }

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

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

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

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

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

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

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

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