#EF6186

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

Shades of Brink Pink #EF6186

Tints of Brink Pink #EF6186

Color information

#EF6186 (or 0xEF6186) is unknown color: approx Brink Pink. HEX triplet: EF, 61 and 86. RGB value is (239,97,134). Sum of RGB (Red+Green+Blue) = 239+97+134=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6186 is #109E79. Grayscale: #8F8F8F. Windows color (decimal): -1089146 or 8806895. OLE color: 8806895.

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

Color convert

RGB23997134-
CMYK00.590.440.06
HSL344.37º81.61%65.88%-
HSV(B)344.37º59.41%93.73%-
XYZ44.1728.6225.75-
YUV143.68122.54195.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=50.85%
G=20.64%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399713400.590.440.06344.3781.6165.88
HexEF618603B2C61585242
Octal357141206073546530122102
Binary11101111110000110000110011101110110011010101100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6186; }

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

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

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

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

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

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

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

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