#ED607D

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

Shades of Brink Pink #ED607D

Tints of Brink Pink #ED607D

Color information

#ED607D (or 0xED607D) is unknown color: approx Brink Pink. HEX triplet: ED, 60 and 7D. RGB value is (237,96,125). Sum of RGB (Red+Green+Blue) = 237+96+125=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED607D is #129F82. Grayscale: #8D8D8D. Windows color (decimal): -1220483 or 8216813. OLE color: 8216813.

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

Color convert

RGB23796125-
CMYK00.590.470.07
HSL347.66º79.66%65.29%-
HSV(B)347.66º59.49%92.94%-
XYZ42.8127.8522.52-
YUV141.46118.71196.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.75%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=51.75%
G=20.96%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379612500.590.470.07347.6679.6665.29
HexED607D03B2F715c5041
Octal355140175073577534120101
Binary1110110111000001111101011101110111111110101110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED607D; }

 p { color: rgb(237,96,125); }

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

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

 a { background-color: rgb(237,96,125); }

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

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

 span { border-color: rgb(237,96,125); }

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