#EF657A

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

Shades of Brink Pink #EF657A

Tints of Brink Pink #EF657A

Color information

#EF657A (or 0xEF657A) is unknown color: approx Brink Pink. HEX triplet: EF, 65 and 7A. RGB value is (239,101,122). Sum of RGB (Red+Green+Blue) = 239+101+122=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF657A is #109A85. Grayscale: #909090. Windows color (decimal): -1088134 or 8021487. OLE color: 8021487.

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

Color convert

RGB239101122-
CMYK00.580.490.06
HSL350.87º81.18%66.67%-
HSV(B)350.87º57.74%93.73%-
XYZ43.7629.0621.72-
YUV144.66115.22195.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=51.73%
G=21.86%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910112200.580.490.06350.8781.1866.67
HexEF657A03A31615f5143
Octal357145172072616537121103
Binary1110111111001011111010011101011000111010101111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF657A; }

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

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

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

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

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

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

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

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