Html Css Color HEX #ED657D Brink Pink

📋 copy color: '#ED657D'

red 237 ◦ green 101 ◦ blue 125

#ED657D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #ED657D

Tints of Brink Pink #ED657D

RGB

 RED value IS 237 (92.97% from 255) = 51.19%

 GREEN value IS 101 (39.84% from 255) = 21.81%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 51.19%
G = 21.81%
B = 27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED657D (or 0xED657D) is known color: Brink Pink. HEX triplet: ED, 65 and 7D. RGB value is (237,101,125). Sum of RGB (Red+Green+Blue) = 237+101+125=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED657D is #129A82. Grayscale: #909090. Windows color (decimal): -1219203 or 8218093. OLE color: 8218093.

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

Color convert

RGB 237 101 125 -
CMYK 0 0.57 0.47 0.07
HSL 349.41º 0.79% 0.66% -
HSV(B) 349.41º 0.57% 0.93% -
XYZ 43.28 28.79 22.68 -
YUV 144.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 237 101 125 0 0.57 0.47 0.07 349.41 0.79 0.66
Hex ED 65 7D 0 39 2F 7 15D 4F 42
Octal 355 145 175 0 71 57 7 535 117 102
Binary 11101101 1100101 1111101 0 111001 101111 111 101011101 1001111 1000010

Color Harmonies of #ED657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED657D

Black with #ED657D

Text Example


Text Example

White with #ED657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED657D; }

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

 H1.HeaderClassName
 {
   color: #ED657D;
 }
 .AnyTagClassName
 {
   color: #ED657D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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