#EF6280

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

Shades of Brink Pink #EF6280

Tints of Brink Pink #EF6280

Color information

#EF6280 (or 0xEF6280) is unknown color: approx Brink Pink. HEX triplet: EF, 62 and 80. RGB value is (239,98,128). Sum of RGB (Red+Green+Blue) = 239+98+128=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6280 is #109D7F. Grayscale: #8F8F8F. Windows color (decimal): -1088896 or 8413935. OLE color: 8413935.

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

Color convert

RGB23998128-
CMYK00.590.460.06
HSL347.23º81.5%66.08%-
HSV(B)347.23º59%93.73%-
XYZ43.8628.6423.64-
YUV143.58119.21196.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=51.40%
G=21.08%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399812800.590.460.06347.2381.566.08
HexEF628003B2E615b5242
Octal357142200073566533122102
Binary11101111110001010000000011101110111011010101101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6280; }

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

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

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

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

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

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

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

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