#EC637D

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

Shades of Brink Pink #EC637D

Tints of Brink Pink #EC637D

Color information

#EC637D (or 0xEC637D) is unknown color: approx Brink Pink. HEX triplet: EC, 63 and 7D. RGB value is (236,99,125). Sum of RGB (Red+Green+Blue) = 236+99+125=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC637D is #139C82. Grayscale: #8E8E8E. Windows color (decimal): -1285251 or 8217580. OLE color: 8217580.

HSL color Cylindrical-coordinate representation of color #EC637D: hue angle of 348.61º 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 #EC637D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB23699125-
CMYK00.580.470.07
HSL348.61º78.29%65.69%-
HSV(B)348.61º58.05%92.55%-
XYZ42.7628.2422.6-
YUV142.93117.89194.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.30%
GREEN value IS 99 (39.06% from 255) = 21.52%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=51.30%
G=21.52%
B=27.17%

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
Decimal2369912500.580.470.07348.6178.2965.69
HexEC637D03A2F715d4e42
Octal354143175072577535116102
Binary1110110011000111111101011101010111111110101110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC637D; }

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

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

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

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

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

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

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

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