#ec6280

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

Shades of Brink Pink #EC6280

Tints of Brink Pink #EC6280

Color information

#EC6280 (or 0xEC6280) is unknown color: approx Brink Pink. HEX triplet: EC, 62 and 80. RGB value is (236,98,128). Sum of RGB (Red+Green+Blue) = 236+98+128=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6280 is #139D7F. Grayscale: #8E8E8E. Windows color (decimal): -1285504 or 8413932. OLE color: 8413932.

HSL color Cylindrical-coordinate representation of color #EC6280: hue angle of 346.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6280 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23698128-
CMYK00.580.460.07
HSL346.96º78.41%65.49%-
HSV(B)346.96º58.47%92.55%-
XYZ42.8628.1323.59-
YUV142.68119.72194.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=51.08%
G=21.21%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369812800.580.460.07346.9678.4165.49
HexEC628003A2E715b4e41
Octal354142200072567533116101
Binary11101100110001010000000011101010111011110101101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6280; }

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

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

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

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

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

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

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

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