Html Css Color HEX #ED687F Brink Pink

📋 copy color: '#ED687F'

red 237 ◦ green 104 ◦ blue 127

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

Shades of Brink Pink #ED687F

Tints of Brink Pink #ED687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 50.64%
G = 22.22%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED687F (or 0xED687F) is known color: Brink Pink. HEX triplet: ED, 68 and 7F. RGB value is (237,104,127). Sum of RGB (Red+Green+Blue) = 237+104+127=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED687F is #129780. Grayscale: #929292. Windows color (decimal): -1218433 or 8349933. OLE color: 8349933.

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

Color convert

RGB 237 104 127 -
CMYK 0 0.56 0.46 0.07
HSL 349.62º 0.79% 0.67% -
HSV(B) 349.62º 0.56% 0.93% -
XYZ 43.71 29.44 23.46 -
YUV 146.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 237 104 127 0 0.56 0.46 0.07 349.62 0.79 0.67
Hex ED 68 7F 0 38 2E 7 15E 4F 43
Octal 355 150 177 0 70 56 7 536 117 103
Binary 11101101 1101000 1111111 0 111000 101110 111 101011110 1001111 1000011

Color Harmonies of #ED687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED687F

Black with #ED687F

Text Example


Text Example

White with #ED687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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