#EF6882

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

Shades of Brink Pink #EF6882

Tints of Brink Pink #EF6882

Color information

#EF6882 (or 0xEF6882) is unknown color: approx Brink Pink. HEX triplet: EF, 68 and 82. RGB value is (239,104,130). Sum of RGB (Red+Green+Blue) = 239+104+130=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6882 is #10977D. Grayscale: #939393. Windows color (decimal): -1087358 or 8546543. OLE color: 8546543.

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

Color convert

RGB239104130-
CMYK00.560.460.06
HSL348.44º80.84%67.25%-
HSV(B)348.44º56.49%93.73%-
XYZ44.5829.8624.53-
YUV147.33118.23193.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=50.53%
G=21.99%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910413000.560.460.06348.4480.8467.25
HexEF68820382E615c5143
Octal357150202070566534121103
Binary11101111110100010000010011100010111011010101110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6882; }

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

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

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

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

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

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

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

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