Html Css Color HEX #ED657E Brink Pink

📋 copy color: '#ED657E'

red 237 ◦ green 101 ◦ blue 126

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

Shades of Brink Pink #ED657E

Tints of Brink Pink #ED657E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 51.08%
G = 21.77%
B = 27.16%

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

#ED657E (or 0xED657E) is known color: Brink Pink. HEX triplet: ED, 65 and 7E. RGB value is (237,101,126). Sum of RGB (Red+Green+Blue) = 237+101+126=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED657E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED657E is #129A81. Grayscale: #909090. Windows color (decimal): -1219202 or 8283629. OLE color: 8283629.

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

Color convert

RGB 237 101 126 -
CMYK 0 0.57 0.47 0.07
HSL 348.97º 0.79% 0.66% -
HSV(B) 348.97º 0.57% 0.93% -
XYZ 43.34 28.82 23.02 -
YUV 144.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 237 101 126 0 0.57 0.47 0.07 348.97 0.79 0.66
Hex ED 65 7E 0 39 2F 7 15D 4F 42
Octal 355 145 176 0 71 57 7 535 117 102
Binary 11101101 1100101 1111110 0 111001 101111 111 101011101 1001111 1000010

Color Harmonies of #ED657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED657E

Black with #ED657E

Text Example


Text Example

White with #ED657E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED657E; }

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

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

background-color css

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

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

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

border-color css

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

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

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