#EF6182

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

Shades of Brink Pink #EF6182

Tints of Brink Pink #EF6182

Color information

#EF6182 (or 0xEF6182) is unknown color: approx Brink Pink. HEX triplet: EF, 61 and 82. RGB value is (239,97,130). Sum of RGB (Red+Green+Blue) = 239+97+130=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6182 is #109E7D. Grayscale: #8F8F8F. Windows color (decimal): -1089150 or 8544751. OLE color: 8544751.

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

Color convert

RGB23997130-
CMYK00.590.460.06
HSL346.06º81.61%65.88%-
HSV(B)346.06º59.41%93.73%-
XYZ43.928.5124.31-
YUV143.22120.54196.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.29%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=51.29%
G=20.82%
B=27.90%

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
Decimal2399713000.590.460.06346.0681.6165.88
HexEF618203B2E615a5242
Octal357141202073566532122102
Binary11101111110000110000010011101110111011010101101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6182; }

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

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

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

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

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

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

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

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