Html Css Color HEX #ED627F Brink Pink

📋 copy color: '#ED627F'

red 237 ◦ green 98 ◦ blue 127

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

Shades of Brink Pink #ED627F

Tints of Brink Pink #ED627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 51.3%
G = 21.21%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED627F (or 0xED627F) is known color: Brink Pink. HEX triplet: ED, 62 and 7F. RGB value is (237,98,127). Sum of RGB (Red+Green+Blue) = 237+98+127=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED627F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED627F is #129D80. Grayscale: #8E8E8E. Windows color (decimal): -1219969 or 8348397. OLE color: 8348397.

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

Color convert

RGB 237 98 127 -
CMYK 0 0.59 0.46 0.07
HSL 347.48º 0.79% 0.66% -
HSV(B) 347.48º 0.59% 0.93% -
XYZ 43.12 28.27 23.26 -
YUV 142.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 237 98 127 0 0.59 0.46 0.07 347.48 0.79 0.66
Hex ED 62 7F 0 3B 2E 7 15B 4F 42
Octal 355 142 177 0 73 56 7 533 117 102
Binary 11101101 1100010 1111111 0 111011 101110 111 101011011 1001111 1000010

Color Harmonies of #ED627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED627F

Black with #ED627F

Text Example


Text Example

White with #ED627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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