#EC6581

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

Shades of Brink Pink #EC6581

Tints of Brink Pink #EC6581

Color information

#EC6581 (or 0xEC6581) is unknown color: approx Brink Pink. HEX triplet: EC, 65 and 81. RGB value is (236,101,129). Sum of RGB (Red+Green+Blue) = 236+101+129=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6581 is #139A7E. Grayscale: #909090. Windows color (decimal): -1284735 or 8480236. OLE color: 8480236.

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

Color convert

RGB236101129-
CMYK00.570.450.07
HSL347.56º78.03%66.08%-
HSV(B)347.56º57.2%92.55%-
XYZ43.2128.7324.04-
YUV144.56119.23193.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.64%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=50.64%
G=21.67%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610112900.570.450.07347.5678.0366.08
HexEC65810392D715c4e42
Octal354145201071557534116102
Binary11101100110010110000001011100110110111110101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6581; }

 p { color: rgb(236,101,129); }

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

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

 a { background-color: rgb(236,101,129); }

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

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

 span { border-color: rgb(236,101,129); }

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