#ED617F

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

Shades of Brink Pink #ED617F

Tints of Brink Pink #ED617F

Color information

#ED617F (or 0xED617F) is unknown color: approx Brink Pink. HEX triplet: ED, 61 and 7F. RGB value is (237,97,127). Sum of RGB (Red+Green+Blue) = 237+97+127=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED617F is #129E80. Grayscale: #8E8E8E. Windows color (decimal): -1220225 or 8348141. OLE color: 8348141.

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

Color convert

RGB23797127-
CMYK00.590.460.07
HSL347.14º79.55%65.49%-
HSV(B)347.14º59.07%92.94%-
XYZ43.0328.0923.23-
YUV142.28119.38195.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 127 (50% from 255) = 27.55%
R=51.41%
G=21.04%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379712700.590.460.07347.1479.5565.49
HexED617F03B2E715b5041
Octal355141177073567533120101
Binary1110110111000011111111011101110111011110101101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED617F; }

 p { color: rgb(237,97,127); }

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

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

 a { background-color: rgb(237,97,127); }

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

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

 span { border-color: rgb(237,97,127); }

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