Html Css Color HEX #ED647C Brink Pink

📋 copy color: '#ED647C'

red 237 ◦ green 100 ◦ blue 124

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

Shades of Brink Pink #ED647C

Tints of Brink Pink #ED647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 51.41%
G = 21.69%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED647C (or 0xED647C) is known color: Brink Pink. HEX triplet: ED, 64 and 7C. RGB value is (237,100,124). Sum of RGB (Red+Green+Blue) = 237+100+124=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED647C is #129B83. Grayscale: #8F8F8F. Windows color (decimal): -1219460 or 8152301. OLE color: 8152301.

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

Color convert

RGB 237 100 124 -
CMYK 0 0.58 0.48 0.07
HSL 349.49º 0.79% 0.66% -
HSV(B) 349.49º 0.58% 0.93% -
XYZ 43.12 28.57 22.31 -
YUV 143.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 237 100 124 0 0.58 0.48 0.07 349.49 0.79 0.66
Hex ED 64 7C 0 3A 30 7 15D 4F 42
Octal 355 144 174 0 72 60 7 535 117 102
Binary 11101101 1100100 1111100 0 111010 110000 111 101011101 1001111 1000010

Color Harmonies of #ED647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED647C

Black with #ED647C

Text Example


Text Example

White with #ED647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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