Html Css Color HEX #ED687C Froly

📋 copy color: '#ED687C'

red 237 ◦ green 104 ◦ blue 124

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

Shades of Froly #ED687C

Tints of Froly #ED687C

RGB

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

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

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

R = 50.97%
G = 22.37%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED687C (or 0xED687C) is known color: Froly. HEX triplet: ED, 68 and 7C. RGB value is (237,104,124). Sum of RGB (Red+Green+Blue) = 237+104+124=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED687C is #129783. Grayscale: #929292. Windows color (decimal): -1218436 or 8153325. OLE color: 8153325.

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

Color convert

RGB 237 104 124 -
CMYK 0 0.56 0.48 0.07
HSL 350.98º 0.79% 0.67% -
HSV(B) 350.98º 0.56% 0.93% -
XYZ 43.51 29.36 22.44 -
YUV 146.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 237 104 124 0 0.56 0.48 0.07 350.98 0.79 0.67
Hex ED 68 7C 0 38 30 7 15F 4F 43
Octal 355 150 174 0 70 60 7 537 117 103
Binary 11101101 1101000 1111100 0 111000 110000 111 101011111 1001111 1000011

Color Harmonies of #ED687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED687C

Black with #ED687C

Text Example


Text Example

White with #ED687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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