#EF5E7E

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

Shades of Brink Pink #EF5E7E

Tints of Brink Pink #EF5E7E

Color information

#EF5E7E (or 0xEF5E7E) is unknown color: approx Brink Pink. HEX triplet: EF, 5E and 7E. RGB value is (239,94,126). Sum of RGB (Red+Green+Blue) = 239+94+126=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E7E is #10A181. Grayscale: #8D8D8D. Windows color (decimal): -1089922 or 8281839. OLE color: 8281839.

HSL color Cylindrical-coordinate representation of color #EF5E7E: hue angle of 346.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E7E is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB23994126-
CMYK00.610.470.06
HSL346.76º81.92%65.29%-
HSV(B)346.76º60.67%93.73%-
XYZ43.3727.8622.83-
YUV141119.54197.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=52.07%
G=20.48%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399412600.610.470.06346.7681.9265.29
HexEF5E7E03D2F615b5241
Octal357136176075576533122101
Binary1110111110111101111110011110110111111010101101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5E7E; }

 p { color: rgb(239,94,126); }

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

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

 a { background-color: rgb(239,94,126); }

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

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

 span { border-color: rgb(239,94,126); }

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