Html Css Color HEX #ED637D Brink Pink

📋 copy color: '#ED637D'

red 237 ◦ green 99 ◦ blue 125

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

Shades of Brink Pink #ED637D

Tints of Brink Pink #ED637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

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

R = 51.41%
G = 21.48%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED637D (or 0xED637D) is known color: Brink Pink. HEX triplet: ED, 63 and 7D. RGB value is (237,99,125). Sum of RGB (Red+Green+Blue) = 237+99+125=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED637D is #129C82. Grayscale: #8F8F8F. Windows color (decimal): -1219715 or 8217581. OLE color: 8217581.

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

Color convert

RGB 237 99 125 -
CMYK 0 0.58 0.47 0.07
HSL 348.7º 0.79% 0.66% -
HSV(B) 348.7º 0.58% 0.93% -
XYZ 43.09 28.41 22.61 -
YUV 143.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 237 99 125 0 0.58 0.47 0.07 348.7 0.79 0.66
Hex ED 63 7D 0 3A 2F 7 15D 4F 42
Octal 355 143 175 0 72 57 7 535 117 102
Binary 11101101 1100011 1111101 0 111010 101111 111 101011101 1001111 1000010

Color Harmonies of #ED637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED637D

Black with #ED637D

Text Example


Text Example

White with #ED637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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