#EF5C7A

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

Shades of Brink Pink #EF5C7A

Tints of Brink Pink #EF5C7A

Color information

#EF5C7A (or 0xEF5C7A) is unknown color: approx Brink Pink. HEX triplet: EF, 5C and 7A. RGB value is (239,92,122). Sum of RGB (Red+Green+Blue) = 239+92+122=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C7A is #10A385. Grayscale: #8B8B8B. Windows color (decimal): -1090438 or 8019183. OLE color: 8019183.

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

Color convert

RGB23992122-
CMYK00.620.490.06
HSL347.76º82.12%64.9%-
HSV(B)347.76º61.51%93.73%-
XYZ42.9427.4121.44-
YUV139.37118.2199.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=52.76%
G=20.31%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399212200.620.490.06347.7682.1264.9
HexEF5C7A03E31615c5241
Octal357134172076616534122101
Binary1110111110111001111010011111011000111010101110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5C7A; }

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

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

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

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

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

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

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

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