#ED627C

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

Shades of Brink Pink #ED627C

Tints of Brink Pink #ED627C

Color information

#ED627C (or 0xED627C) is unknown color: approx Brink Pink. HEX triplet: ED, 62 and 7C. RGB value is (237,98,124). Sum of RGB (Red+Green+Blue) = 237+98+124=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED627C is #129D83. Grayscale: #8E8E8E. Windows color (decimal): -1219972 or 8151789. OLE color: 8151789.

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

Color convert

RGB23798124-
CMYK00.590.480.07
HSL348.78º79.43%65.69%-
HSV(B)348.78º58.65%92.94%-
XYZ42.9328.222.25-
YUV142.52117.55195.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.63%
GREEN value IS 98 (38.67% from 255) = 21.35%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=51.63%
G=21.35%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379812400.590.480.07348.7879.4365.69
HexED627C03B30715d4f42
Octal355142174073607535117102
Binary1110110111000101111100011101111000011110101110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED627C; }

 p { color: rgb(237,98,124); }

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

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

 a { background-color: rgb(237,98,124); }

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

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

 span { border-color: rgb(237,98,124); }

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