#ED607E

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

Shades of Brink Pink #ED607E

Tints of Brink Pink #ED607E

Color information

#ED607E (or 0xED607E) is unknown color: approx Brink Pink. HEX triplet: ED, 60 and 7E. RGB value is (237,96,126). Sum of RGB (Red+Green+Blue) = 237+96+126=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED607E is #129F81. Grayscale: #8D8D8D. Windows color (decimal): -1220482 or 8282349. OLE color: 8282349.

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

Color convert

RGB23796126-
CMYK00.590.470.07
HSL347.23º79.66%65.29%-
HSV(B)347.23º59.49%92.94%-
XYZ42.8727.8822.86-
YUV141.58119.21196.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.63%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=51.63%
G=20.92%
B=27.45%

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
Decimal2379612600.590.470.07347.2379.6665.29
HexED607E03B2F715b5041
Octal355140176073577533120101
Binary1110110111000001111110011101110111111110101101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED607E; }

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

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

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

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

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

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

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

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