#EC647D

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

Shades of Brink Pink #EC647D

Tints of Brink Pink #EC647D

Color information

#EC647D (or 0xEC647D) is unknown color: approx Brink Pink. HEX triplet: EC, 64 and 7D. RGB value is (236,100,125). Sum of RGB (Red+Green+Blue) = 236+100+125=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647D is #139B82. Grayscale: #8F8F8F. Windows color (decimal): -1284995 or 8217836. OLE color: 8217836.

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

Color convert

RGB236100125-
CMYK00.580.470.07
HSL348.97º78.16%65.88%-
HSV(B)348.97º57.63%92.55%-
XYZ42.8528.4322.63-
YUV143.51117.56193.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=51.19%
G=21.69%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610012500.580.470.07348.9778.1665.88
HexEC647D03A2F715d4e42
Octal354144175072577535116102
Binary1110110011001001111101011101010111111110101110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC647D; }

 p { color: rgb(236,100,125); }

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

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

 a { background-color: rgb(236,100,125); }

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

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

 span { border-color: rgb(236,100,125); }

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