#EF628A

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

Shades of Brink Pink #EF628A

Tints of Brink Pink #EF628A

Color information

#EF628A (or 0xEF628A) is unknown color: approx Brink Pink. HEX triplet: EF, 62 and 8A. RGB value is (239,98,138). Sum of RGB (Red+Green+Blue) = 239+98+138=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628A is #109D75. Grayscale: #909090. Windows color (decimal): -1088886 or 9069295. OLE color: 9069295.

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

Color convert

RGB23998138-
CMYK00.590.420.06
HSL342.98º81.5%66.08%-
HSV(B)342.98º59%93.73%-
XYZ44.5528.9227.28-
YUV144.72124.21195.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=50.32%
G=20.63%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399813800.590.420.06342.9881.566.08
HexEF628A03B2A61575242
Octal357142212073526527122102
Binary11101111110001010001010011101110101011010101011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF628A; }

 p { color: rgb(239,98,138); }

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

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

 a { background-color: rgb(239,98,138); }

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

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

 span { border-color: rgb(239,98,138); }

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