Html Css Color HEX #ED686F Froly

📋 copy color: '#ED686F'

red 237 ◦ green 104 ◦ blue 111

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

Shades of Froly #ED686F

Tints of Froly #ED686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 52.43%
G = 23.01%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED686F (or 0xED686F) is known color: Froly. HEX triplet: ED, 68 and 6F. RGB value is (237,104,111). Sum of RGB (Red+Green+Blue) = 237+104+111=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED686F is #129790. Grayscale: #909090. Windows color (decimal): -1218449 or 7301357. OLE color: 7301357.

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

Color convert

RGB 237 104 111 -
CMYK 0 0.56 0.53 0.07
HSL 356.84º 0.79% 0.67% -
HSV(B) 356.84º 0.56% 0.93% -
XYZ 42.74 29.05 18.39 -
YUV 144.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 237 104 111 0 0.56 0.53 0.07 356.84 0.79 0.67
Hex ED 68 6F 0 38 35 7 165 4F 43
Octal 355 150 157 0 70 65 7 545 117 103
Binary 11101101 1101000 1101111 0 111000 110101 111 101100101 1001111 1000011

Color Harmonies of #ED686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED686F

Black with #ED686F

Text Example


Text Example

White with #ED686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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