Html Css Color HEX #ED687D Froly

📋 copy color: '#ED687D'

red 237 ◦ green 104 ◦ blue 125

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

Shades of Froly #ED687D

Tints of Froly #ED687D

RGB

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

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

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

R = 50.86%
G = 22.32%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED687D (or 0xED687D) is known color: Froly. HEX triplet: ED, 68 and 7D. RGB value is (237,104,125). Sum of RGB (Red+Green+Blue) = 237+104+125=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED687D is #129782. Grayscale: #929292. Windows color (decimal): -1218435 or 8218861. OLE color: 8218861.

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

Color convert

RGB 237 104 125 -
CMYK 0 0.56 0.47 0.07
HSL 350.53º 0.79% 0.67% -
HSV(B) 350.53º 0.56% 0.93% -
XYZ 43.58 29.39 22.78 -
YUV 146.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 237 104 125 0 0.56 0.47 0.07 350.53 0.79 0.67
Hex ED 68 7D 0 38 2F 7 15F 4F 43
Octal 355 150 175 0 70 57 7 537 117 103
Binary 11101101 1101000 1111101 0 111000 101111 111 101011111 1001111 1000011

Color Harmonies of #ED687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED687D

Black with #ED687D

Text Example


Text Example

White with #ED687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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