#ED657C

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

Shades of Brink Pink #ED657C

Tints of Brink Pink #ED657C

Color information

#ED657C (or 0xED657C) is unknown color: approx Brink Pink. HEX triplet: ED, 65 and 7C. RGB value is (237,101,124). Sum of RGB (Red+Green+Blue) = 237+101+124=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED657C is #129A83. Grayscale: #909090. Windows color (decimal): -1219204 or 8152557. OLE color: 8152557.

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

Color convert

RGB237101124-
CMYK00.570.480.07
HSL349.85º79.07%66.27%-
HSV(B)349.85º57.38%92.94%-
XYZ43.2228.7722.34-
YUV144.29116.56194.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=51.30%
G=21.86%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710112400.570.480.07349.8579.0766.27
HexED657C03930715e4f42
Octal355145174071607536117102
Binary1110110111001011111100011100111000011110101111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED657C; }

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

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

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

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

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

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

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

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