#EF5E7A

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

Shades of Brink Pink #EF5E7A

Tints of Brink Pink #EF5E7A

Color information

#EF5E7A (or 0xEF5E7A) is unknown color: approx Brink Pink. HEX triplet: EF, 5E and 7A. RGB value is (239,94,122). Sum of RGB (Red+Green+Blue) = 239+94+122=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E7A is #10A185. Grayscale: #8C8C8C. Windows color (decimal): -1089926 or 8019695. OLE color: 8019695.

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

Color convert

RGB23994122-
CMYK00.610.490.06
HSL348.41º81.92%65.29%-
HSV(B)348.41º60.67%93.73%-
XYZ43.1127.7621.5-
YUV140.55117.54198.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.53%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=52.53%
G=20.66%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399412200.610.490.06348.4181.9265.29
HexEF5E7A03D31615c5241
Octal357136172075616534122101
Binary1110111110111101111010011110111000111010101110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5E7A; }

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

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

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

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

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

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

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

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