#EF618A

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

Shades of Brink Pink #EF618A

Tints of Brink Pink #EF618A

Color information

#EF618A (or 0xEF618A) is unknown color: approx Brink Pink. HEX triplet: EF, 61 and 8A. RGB value is (239,97,138). Sum of RGB (Red+Green+Blue) = 239+97+138=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF618A is #109E75. Grayscale: #909090. Windows color (decimal): -1089142 or 9069039. OLE color: 9069039.

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

Color convert

RGB23997138-
CMYK00.590.420.06
HSL342.68º81.61%65.88%-
HSV(B)342.68º59.41%93.73%-
XYZ44.4628.7427.25-
YUV144.13124.54195.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.42%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=50.42%
G=20.46%
B=29.11%

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
Decimal2399713800.590.420.06342.6881.6165.88
HexEF618A03B2A61575242
Octal357141212073526527122102
Binary11101111110000110001010011101110101011010101011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF618A; }

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

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

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

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

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

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

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

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