Html Css Color HEX #ED627D Brink Pink

📋 copy color: '#ED627D'

red 237 ◦ green 98 ◦ blue 125

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

Shades of Brink Pink #ED627D

Tints of Brink Pink #ED627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

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

R = 51.52%
G = 21.3%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED627D (or 0xED627D) is known color: Brink Pink. HEX triplet: ED, 62 and 7D. RGB value is (237,98,125). Sum of RGB (Red+Green+Blue) = 237+98+125=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED627D is #129D82. Grayscale: #8E8E8E. Windows color (decimal): -1219971 or 8217325. OLE color: 8217325.

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

Color convert

RGB 237 98 125 -
CMYK 0 0.59 0.47 0.07
HSL 348.35º 0.79% 0.66% -
HSV(B) 348.35º 0.59% 0.93% -
XYZ 42.99 28.22 22.58 -
YUV 142.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 237 98 125 0 0.59 0.47 0.07 348.35 0.79 0.66
Hex ED 62 7D 0 3B 2F 7 15C 4F 42
Octal 355 142 175 0 73 57 7 534 117 102
Binary 11101101 1100010 1111101 0 111011 101111 111 101011100 1001111 1000010

Color Harmonies of #ED627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED627D

Black with #ED627D

Text Example


Text Example

White with #ED627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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